mirror of
https://github.com/esphome/esphome.git
synced 2024-11-15 10:35:51 +01:00
Add a dummy color temp (#2161)
This commit is contained in:
parent
0c370d5897
commit
3b52a306cd
@ -19,6 +19,8 @@ class HBridgeLightOutput : public PollingComponent, public light::LightOutput {
|
||||
light::LightTraits get_traits() override {
|
||||
auto traits = light::LightTraits();
|
||||
traits.set_supported_color_modes({light::ColorMode::COLD_WARM_WHITE});
|
||||
traits.set_min_mireds(153);
|
||||
traits.set_max_mireds(500);
|
||||
return traits;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user