From 9870f2ea93dece69afcddf20fb00f26fb1da5277 Mon Sep 17 00:00:00 2001 From: gnxlxnxx Date: Tue, 19 Mar 2024 15:53:18 +0100 Subject: [PATCH] .................... --- components/custom_monochromatic/monochromatic_light_output.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/custom_monochromatic/monochromatic_light_output.h b/components/custom_monochromatic/monochromatic_light_output.h index bcbeb21..a0bd870 100644 --- a/components/custom_monochromatic/monochromatic_light_output.h +++ b/components/custom_monochromatic/monochromatic_light_output.h @@ -9,6 +9,9 @@ namespace esphome { namespace c_monochromatic { + +static const char *TAG = "empty_i2c_sensor.sensor"; + enum State { Off, Auto, On }; class MonochromaticLightOutput : public light::LightOutput,