Add has entity name to Blink (#96322)

This commit is contained in:
Joost Lekkerkerker 2023-07-11 20:12:16 +02:00 committed by GitHub
parent b106ca7983
commit 7d2559e6a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View file

@ -42,6 +42,7 @@ class BlinkSyncModule(AlarmControlPanelEntity):
_attr_icon = ICON
_attr_supported_features = AlarmControlPanelEntityFeature.ARM_AWAY
_attr_name = None
_attr_has_entity_name = True
def __init__(self, data, name, sync):
"""Initialize the alarm control panel."""