mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Use default icon in Agent DVR (#108405)
This commit is contained in:
parent
fd1c9237a8
commit
9d380cea21
@ -18,8 +18,6 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||||||
|
|
||||||
from .const import CONNECTION, DOMAIN as AGENT_DOMAIN
|
from .const import CONNECTION, DOMAIN as AGENT_DOMAIN
|
||||||
|
|
||||||
ICON = "mdi:security"
|
|
||||||
|
|
||||||
CONF_HOME_MODE_NAME = "home"
|
CONF_HOME_MODE_NAME = "home"
|
||||||
CONF_AWAY_MODE_NAME = "away"
|
CONF_AWAY_MODE_NAME = "away"
|
||||||
CONF_NIGHT_MODE_NAME = "night"
|
CONF_NIGHT_MODE_NAME = "night"
|
||||||
@ -41,7 +39,6 @@ async def async_setup_entry(
|
|||||||
class AgentBaseStation(AlarmControlPanelEntity):
|
class AgentBaseStation(AlarmControlPanelEntity):
|
||||||
"""Representation of an Agent DVR Alarm Control Panel."""
|
"""Representation of an Agent DVR Alarm Control Panel."""
|
||||||
|
|
||||||
_attr_icon = ICON
|
|
||||||
_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