Compare commits

1 Commits
Author SHA1 Message Date
gnxlxnxx 9870f2ea93 .................... 2024-03-19 15:53:18 +01:00
@@ -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,