mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix light color mode in advantage_air (#108757)
This commit is contained in:
parent
4a2a7872fb
commit
afbd71514f
@ -40,6 +40,7 @@ async def async_setup_entry(
|
|||||||
class AdvantageAirLight(AdvantageAirEntity, LightEntity):
|
class AdvantageAirLight(AdvantageAirEntity, LightEntity):
|
||||||
"""Representation of Advantage Air Light."""
|
"""Representation of Advantage Air Light."""
|
||||||
|
|
||||||
|
_attr_color_mode = ColorMode.ONOFF
|
||||||
_attr_supported_color_modes = {ColorMode.ONOFF}
|
_attr_supported_color_modes = {ColorMode.ONOFF}
|
||||||
_attr_name = None
|
_attr_name = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user