binary sensor

This commit is contained in:
J. Nick Koston 2023-06-07 11:25:12 -05:00
parent 9a4a0d9f09
commit fae89767e7
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -2,8 +2,6 @@
#include "esphome/core/log.h"
#include "../ratgdo_state.h"
#ifdef USE_ESP32
namespace esphome {
namespace ratgdo {
@ -23,4 +21,3 @@ void on_obstruction_state(esphome::ratgdo::ObstructionState state) {}
} // namespace ratgdo
} // namespace esphome
#endif