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

Classes

class  AndroidTVRemoteEntity
 

Functions

None async_setup_entry (HomeAssistant hass, AndroidTVRemoteConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

int PARALLEL_UPDATES = 0
 

Detailed Description

Remote control support for Android TV Remote.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.androidtv_remote.remote.async_setup_entry ( HomeAssistant  hass,
AndroidTVRemoteConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Android TV remote entity based on a config entry.

Definition at line 30 of file remote.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.androidtv_remote.remote.PARALLEL_UPDATES = 0

Definition at line 27 of file remote.py.