Fix light color mode in advantage_air (#108757)

pull/108735/head
Erik Montnemery 2024-01-24 15:28:59 +01:00 committed by GitHub
parent 4a2a7872fb
commit afbd71514f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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