We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d118332 commit 4b66668Copy full SHA for 4b66668
homeassistant/components/esphome/light.py
@@ -299,7 +299,6 @@ def brightness(self) -> int:
299
return round(self._state.brightness * 255)
300
301
@property
302
- @esphome_state_property
303
def color_mode(self) -> ColorMode:
304
"""Return the color mode of the light."""
305
if not self._supports_color_mode:
0 commit comments