Set _attr_is_on to True for avion on init (#60433)

This commit is contained in:
Kyle Hildebrandt 2021-12-02 10:37:29 -05:00 committed by GitHub
parent 7019c524fa
commit d6dff403c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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