Namespaces | |
| config_flow | |
| const | |
| diagnostics | |
| entity | |
| helpers | |
| media_player | |
| remote | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, AndroidTVRemoteConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | async_update_options (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| AndroidTVRemoteConfigEntry = ConfigEntry[AndroidTVRemote] | |
The Android TV Remote integration.
| bool homeassistant.components.androidtv_remote.async_setup_entry | ( | HomeAssistant | hass, |
| AndroidTVRemoteConfigEntry | entry | ||
| ) |
Set up Android TV Remote from a config entry.
Definition at line 29 of file __init__.py.
| bool homeassistant.components.androidtv_remote.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 89 of file __init__.py.
| None homeassistant.components.androidtv_remote.async_update_options | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 95 of file __init__.py.
|
private |
Definition at line 22 of file __init__.py.
| homeassistant.components.androidtv_remote.AndroidTVRemoteConfigEntry = ConfigEntry[AndroidTVRemote] |
Definition at line 26 of file __init__.py.