From afbd71514facada9e7c10701424a9a9873732c7b Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 24 Jan 2024 15:28:59 +0100 Subject: [PATCH] Fix light color mode in advantage_air (#108757) --- homeassistant/components/advantage_air/light.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/advantage_air/light.py b/homeassistant/components/advantage_air/light.py index d0aca153d4c..0ee91c6fcbc 100644 --- a/homeassistant/components/advantage_air/light.py +++ b/homeassistant/components/advantage_air/light.py @@ -40,6 +40,7 @@ async def async_setup_entry( class AdvantageAirLight(AdvantageAirEntity, LightEntity): """Representation of Advantage Air Light.""" + _attr_color_mode = ColorMode.ONOFF _attr_supported_color_modes = {ColorMode.ONOFF} _attr_name = None