1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00
Files
core/homeassistant/components/apple_tv/const.py

12 lines
251 B
Python

"""Constants for the Apple TV integration."""
DOMAIN = "apple_tv"
CONF_CREDENTIALS = "credentials"
CONF_IDENTIFIERS = "identifiers"
CONF_START_OFF = "start_off"
SIGNAL_CONNECTED = "apple_tv_connected"
SIGNAL_DISCONNECTED = "apple_tv_disconnected"