diff --git a/homeassistant/components/elgato/light.py b/homeassistant/components/elgato/light.py index 7d2010f7ba4..fd9c5e2274e 100644 --- a/homeassistant/components/elgato/light.py +++ b/homeassistant/components/elgato/light.py @@ -85,7 +85,7 @@ class ElgatoLight(ElgatoEntity, LightEntity): return color_util.color_temperature_mired_to_kelvin(mired_temperature) @property - def color_mode(self) -> str | None: + def color_mode(self) -> ColorMode: """Return the color mode of the light.""" if self.coordinator.data.state.hue is not None: return ColorMode.HS