mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
Migrate iAlarm to has entity name (#96700)
This commit is contained in:
parent
e5ca20b4d0
commit
9f71482f8c
@ -30,7 +30,8 @@ class IAlarmPanel(
|
|||||||
):
|
):
|
||||||
"""Representation of an iAlarm device."""
|
"""Representation of an iAlarm device."""
|
||||||
|
|
||||||
_attr_name = "iAlarm"
|
_attr_has_entity_name = True
|
||||||
|
_attr_name = None
|
||||||
_attr_supported_features = (
|
_attr_supported_features = (
|
||||||
AlarmControlPanelEntityFeature.ARM_HOME
|
AlarmControlPanelEntityFeature.ARM_HOME
|
||||||
| AlarmControlPanelEntityFeature.ARM_AWAY
|
| AlarmControlPanelEntityFeature.ARM_AWAY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user