2020-12-02 16:01:55 +00:00
|
|
|
"""Constants for the Apple TV integration."""
|
|
|
|
|
|
|
|
DOMAIN = "apple_tv"
|
|
|
|
|
|
|
|
CONF_CREDENTIALS = "credentials"
|
2021-12-06 12:04:18 +00:00
|
|
|
CONF_IDENTIFIERS = "identifiers"
|
2020-12-02 16:01:55 +00:00
|
|
|
|
|
|
|
CONF_START_OFF = "start_off"
|
2024-09-16 09:17:06 +00:00
|
|
|
|
|
|
|
SIGNAL_CONNECTED = "apple_tv_connected"
|
|
|
|
SIGNAL_DISCONNECTED = "apple_tv_disconnected"
|