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

Classes

class  AndroidTVRemote
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for the AndroidTV remote.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.androidtv.remote.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the AndroidTV remote from a config entry.

Definition at line 23 of file remote.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.androidtv.remote._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file remote.py.