binary sensor

This commit is contained in:
J. Nick Koston 2023-06-07 11:26:09 -05:00
parent 4e378179d4
commit 0e13c84090
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace ratgdo {
static const char *const TAG = "ratgdo.binary_sensor"; static const char *const TAG = "ratgdo.binary_sensor";
class RATGDOBinarySensor : public binary_sensor::BinarySensor, public RATGDOClient, public Component { class RATGDOBinarySensor : {
void dump_config() { void dump_config() {
LOG_BINARY_SENSOR("", "RATGDO BinarySensor", this); LOG_BINARY_SENSOR("", "RATGDO BinarySensor", this);
} }