Skip to content

Commit 4b66668

Browse files
authored
Adjust color mode handling in esphome lights (home-assistant#162294)
1 parent d118332 commit 4b66668

File tree

1 file changed

+0
-1
lines changed
  • homeassistant/components/esphome

1 file changed

+0
-1
lines changed

homeassistant/components/esphome/light.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ def brightness(self) -> int:
299299
return round(self._state.brightness * 255)
300300

301301
@property
302-
@esphome_state_property
303302
def color_mode(self) -> ColorMode:
304303
"""Return the color mode of the light."""
305304
if not self._supports_color_mode:

0 commit comments

Comments
 (0)