Set _attr_is_on to True for avion on init (#60433)
This commit is contained in:
parent
7019c524fa
commit
d6dff403c9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue