diff --git a/homeassistant/components/esphome/light.py b/homeassistant/components/esphome/light.py index ca08768fb2a0..91719301a488 100644 --- a/homeassistant/components/esphome/light.py +++ b/homeassistant/components/esphome/light.py @@ -299,7 +299,6 @@ class EsphomeLight(EsphomeEntity[LightInfo, LightState], LightEntity): return round(self._state.brightness * 255) @property - @esphome_state_property def color_mode(self) -> ColorMode: """Return the color mode of the light.""" if not self._supports_color_mode: