Namespaces | |
| browse_media | |
| config_flow | |
| const | |
| entity | |
| media_player | |
| remote | |
Classes | |
| class | AppleTVManager |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, AppleTvConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| AppleTvConfigEntry | |
| tuple | AUTH_EXCEPTIONS |
| int | BACKOFF_TIME_LOWER_LIMIT = 15 |
| int | BACKOFF_TIME_UPPER_LIMIT = 300 |
| tuple | CONNECTION_TIMEOUT_EXCEPTIONS |
| string | DEFAULT_NAME_HP = "HomePod" |
| string | DEFAULT_NAME_TV = "Apple TV" |
| tuple | DEVICE_EXCEPTIONS |
| list | PLATFORMS = [Platform.MEDIA_PLAYER, Platform.REMOTE] |
The Apple TV integration.
| bool homeassistant.components.apple_tv.async_setup_entry | ( | HomeAssistant | hass, |
| AppleTvConfigEntry | entry | ||
| ) |
Set up a config entry for Apple TV.
Definition at line 79 of file __init__.py.
| bool homeassistant.components.apple_tv.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload an Apple TV config entry.
Definition at line 117 of file __init__.py.
|
private |
Definition at line 46 of file __init__.py.
| homeassistant.components.apple_tv.AppleTvConfigEntry |
Definition at line 76 of file __init__.py.
| tuple homeassistant.components.apple_tv.AUTH_EXCEPTIONS |
Definition at line 56 of file __init__.py.
| int homeassistant.components.apple_tv.BACKOFF_TIME_LOWER_LIMIT = 15 |
Definition at line 51 of file __init__.py.
| int homeassistant.components.apple_tv.BACKOFF_TIME_UPPER_LIMIT = 300 |
Definition at line 52 of file __init__.py.
| tuple homeassistant.components.apple_tv.CONNECTION_TIMEOUT_EXCEPTIONS |
Definition at line 61 of file __init__.py.
| string homeassistant.components.apple_tv.DEFAULT_NAME_HP = "HomePod" |
Definition at line 49 of file __init__.py.
| string homeassistant.components.apple_tv.DEFAULT_NAME_TV = "Apple TV" |
Definition at line 48 of file __init__.py.
| tuple homeassistant.components.apple_tv.DEVICE_EXCEPTIONS |
Definition at line 68 of file __init__.py.
| list homeassistant.components.apple_tv.PLATFORMS = [Platform.MEDIA_PLAYER, Platform.REMOTE] |
Definition at line 54 of file __init__.py.