Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.androidtv_remote Namespace Reference

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]
 

Detailed Description

The Android TV Remote integration.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.androidtv_remote.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 89 of file __init__.py.

◆ async_update_options()

None homeassistant.components.androidtv_remote.async_update_options ( HomeAssistant  hass,
ConfigEntry  entry 
)
Handle options update.

Definition at line 95 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.androidtv_remote._LOGGER = logging.getLogger(__name__)
private

Definition at line 22 of file __init__.py.

◆ AndroidTVRemoteConfigEntry

homeassistant.components.androidtv_remote.AndroidTVRemoteConfigEntry = ConfigEntry[AndroidTVRemote]

Definition at line 26 of file __init__.py.