From 8fd2b3e44365acf40a3d6b0d5109eec9ff12ba1f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 14:08:52 -0500 Subject: [PATCH] light --- components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp index 1547b54..354379f 100644 --- a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp +++ b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp @@ -24,7 +24,7 @@ namespace ratgdo { } void RATGDOBinarySensor::on_door_state(DoorState state) { } void RATGDOBinarySensor::on_light_state(LightState state) { } - void RATGDOBinarySensor::on_lock_state(:LockState state) { } + void RATGDOBinarySensor::on_lock_state(LockState state) { } } // namespace ratgdo } // namespace esphome