mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Use core constants for alert (#45935)
This commit is contained in:
parent
afa7fd923a
commit
8625b772e3
@ -14,6 +14,7 @@ from homeassistant.const import (
|
|||||||
ATTR_ENTITY_ID,
|
ATTR_ENTITY_ID,
|
||||||
CONF_ENTITY_ID,
|
CONF_ENTITY_ID,
|
||||||
CONF_NAME,
|
CONF_NAME,
|
||||||
|
CONF_REPEAT,
|
||||||
CONF_STATE,
|
CONF_STATE,
|
||||||
SERVICE_TOGGLE,
|
SERVICE_TOGGLE,
|
||||||
SERVICE_TURN_OFF,
|
SERVICE_TURN_OFF,
|
||||||
@ -33,7 +34,6 @@ DOMAIN = "alert"
|
|||||||
|
|
||||||
CONF_CAN_ACK = "can_acknowledge"
|
CONF_CAN_ACK = "can_acknowledge"
|
||||||
CONF_NOTIFIERS = "notifiers"
|
CONF_NOTIFIERS = "notifiers"
|
||||||
CONF_REPEAT = "repeat"
|
|
||||||
CONF_SKIP_FIRST = "skip_first"
|
CONF_SKIP_FIRST = "skip_first"
|
||||||
CONF_ALERT_MESSAGE = "message"
|
CONF_ALERT_MESSAGE = "message"
|
||||||
CONF_DONE_MESSAGE = "done_message"
|
CONF_DONE_MESSAGE = "done_message"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user