From 78ee2dd444f1be9e21bba2fc4d6ce41d0bae660c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 11:25:30 -0500 Subject: [PATCH] binary sensor --- 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 774399a..a083a2e 100644 --- a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp +++ b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp @@ -17,7 +17,7 @@ void on_light_state(esphome::ratgdo::LightState state) {} void on_lock_state(esphome::ratgdo::LockState state) {} void on_motion_state(esphome::ratgdo::MotionState state) {} void on_obstruction_state(esphome::ratgdo::ObstructionState state) {} - } + }; } // namespace ratgdo } // namespace esphome