Migrate iAlarm to has entity name (#96700)

This commit is contained in:
Joost Lekkerkerker 2023-07-17 09:16:23 +02:00 committed by GitHub
parent e5ca20b4d0
commit 9f71482f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,8 @@ class IAlarmPanel(
):
"""Representation of an iAlarm device."""
_attr_name = "iAlarm"
_attr_has_entity_name = True
_attr_name = None
_attr_supported_features = (
AlarmControlPanelEntityFeature.ARM_HOME
| AlarmControlPanelEntityFeature.ARM_AWAY