|
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
#include "esphome/components/i2c/i2c.h"
|
|
|
|
|
#include "esphome/components/output/float_output.h"
|
|
|
|
|
// TODO: maybe use monochrome leds instead of floatoutput directly?:
|
|
|
|
|
/* #include "esphome/components/monochromatic/monochromatic_light_output.h" */
|
|
|
|
|
#include "esphome/components/monochromatic/monochromatic_light_output.h"
|
|
|
|
|
|
|
|
|
|
namespace esphome {
|
|
|
|
|
namespace showcase_component {
|
|
|
|
|
@ -85,8 +85,8 @@ class ShowcaseComponent : public i2c::I2CDevice, public Component, public Entity
|
|
|
|
|
|
|
|
|
|
output::FloatOutput *upper_;
|
|
|
|
|
output::FloatOutput *lower_;
|
|
|
|
|
/* monochromatic::MonochromaticLightOutput *upper_; */
|
|
|
|
|
/* monochromatic::MonochromaticLightOutput *lower_; */
|
|
|
|
|
monochromatic::MonochromaticLightOutput *upper2_;
|
|
|
|
|
monochromatic::MonochromaticLightOutput *lower2_;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
} // namespace empty_i2c_component
|
|
|
|
|
|