Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Apple TV integration."""
2 
3 DOMAIN = "apple_tv"
4 
5 CONF_CREDENTIALS = "credentials"
6 CONF_IDENTIFIERS = "identifiers"
7 
8 CONF_START_OFF = "start_off"
9 
10 SIGNAL_CONNECTED = "apple_tv_connected"
11 SIGNAL_DISCONNECTED = "apple_tv_disconnected"