This commit is contained in:
J. Nick Koston 2023-06-07 14:08:52 -05:00
parent 4238b28761
commit 8fd2b3e443
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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