binary sensor
This commit is contained in:
parent
4e378179d4
commit
0e13c84090
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue