mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 20:53:45 +01:00
9 lines
233 B
Python
9 lines
233 B
Python
"""Constants for the Bosch Alarm integration."""
|
|
|
|
DOMAIN = "bosch_alarm"
|
|
ATTR_HISTORY = "history"
|
|
CONF_INSTALLER_CODE = "installer_code"
|
|
CONF_USER_CODE = "user_code"
|
|
ATTR_DATETIME = "datetime"
|
|
SERVICE_SET_DATE_TIME = "set_date_time"
|