....................

This commit is contained in:
2024-03-19 15:53:18 +01:00
parent 534d6fd05d
commit 9870f2ea93
@@ -9,6 +9,9 @@
namespace esphome { namespace esphome {
namespace c_monochromatic { namespace c_monochromatic {
static const char *TAG = "empty_i2c_sensor.sensor";
enum State { Off, Auto, On }; enum State { Off, Auto, On };
class MonochromaticLightOutput : public light::LightOutput, class MonochromaticLightOutput : public light::LightOutput,