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

Classes

class  AndroidTVEntity
 

Functions

def _ADBDeviceT
 

Variables

 _attr_available
 
 _LOGGER = logging.getLogger(__name__)
 
string PREFIX_ANDROIDTV = "Android TV"
 
string PREFIX_FIRETV = "Fire TV"
 

Detailed Description

Base AndroidTV Entity.

Function Documentation

◆ _ADBDeviceT()

def homeassistant.components.androidtv.entity._ADBDeviceT
private

Definition at line 44 of file entity.py.

Variable Documentation

◆ _attr_available

homeassistant.components.androidtv.entity._attr_available
private

Definition at line 89 of file entity.py.

◆ _LOGGER

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

Definition at line 36 of file entity.py.

◆ PREFIX_ANDROIDTV

string homeassistant.components.androidtv.entity.PREFIX_ANDROIDTV = "Android TV"

Definition at line 33 of file entity.py.

◆ PREFIX_FIRETV

string homeassistant.components.androidtv.entity.PREFIX_FIRETV = "Fire TV"

Definition at line 34 of file entity.py.