binary sensor
This commit is contained in:
parent
fae89767e7
commit
78ee2dd444
|
@ -17,7 +17,7 @@ void on_light_state(esphome::ratgdo::LightState state) {}
|
||||||
void on_lock_state(esphome::ratgdo::LockState state) {}
|
void on_lock_state(esphome::ratgdo::LockState state) {}
|
||||||
void on_motion_state(esphome::ratgdo::MotionState state) {}
|
void on_motion_state(esphome::ratgdo::MotionState state) {}
|
||||||
void on_obstruction_state(esphome::ratgdo::ObstructionState state) {}
|
void on_obstruction_state(esphome::ratgdo::ObstructionState state) {}
|
||||||
}
|
};
|
||||||
} // namespace ratgdo
|
} // namespace ratgdo
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue