Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.apple_tv.const Namespace Reference

Variables

string CONF_CREDENTIALS = "credentials"
 
string CONF_IDENTIFIERS = "identifiers"
 
string CONF_START_OFF = "start_off"
 
string DOMAIN = "apple_tv"
 
string SIGNAL_CONNECTED = "apple_tv_connected"
 
string SIGNAL_DISCONNECTED = "apple_tv_disconnected"
 

Detailed Description

Constants for the Apple TV integration.

Variable Documentation

◆ CONF_CREDENTIALS

string homeassistant.components.apple_tv.const.CONF_CREDENTIALS = "credentials"

Definition at line 5 of file const.py.

◆ CONF_IDENTIFIERS

string homeassistant.components.apple_tv.const.CONF_IDENTIFIERS = "identifiers"

Definition at line 6 of file const.py.

◆ CONF_START_OFF

string homeassistant.components.apple_tv.const.CONF_START_OFF = "start_off"

Definition at line 8 of file const.py.

◆ DOMAIN

string homeassistant.components.apple_tv.const.DOMAIN = "apple_tv"

Definition at line 3 of file const.py.

◆ SIGNAL_CONNECTED

string homeassistant.components.apple_tv.const.SIGNAL_CONNECTED = "apple_tv_connected"

Definition at line 10 of file const.py.

◆ SIGNAL_DISCONNECTED

string homeassistant.components.apple_tv.const.SIGNAL_DISCONNECTED = "apple_tv_disconnected"

Definition at line 11 of file const.py.