mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Set _attr_is_on to True for avion on init (#60433)
This commit is contained in:
parent
7019c524fa
commit
d6dff403c9
@ -68,6 +68,7 @@ class AvionLight(LightEntity):
|
||||
_attr_supported_features = SUPPORT_AVION_LED
|
||||
_attr_should_poll = False
|
||||
_attr_assumed_state = True
|
||||
_attr_is_on = True
|
||||
|
||||
def __init__(self, device):
|
||||
"""Initialize the light."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user