Add has entity name to Blink (#96322)
This commit is contained in:
parent
b106ca7983
commit
7d2559e6a5
3 changed files with 4 additions and 1 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue