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

Classes

class  HarmonyRemote
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_CHANNEL = "channel"
 
int PARALLEL_UPDATES = 0
 
 VolDictType
 

Detailed Description

Support for Harmony Hub devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.harmony.remote.async_setup_entry ( HomeAssistant  hass,
HarmonyConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Harmony config entry.

Definition at line 57 of file remote.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 45 of file remote.py.

◆ ATTR_CHANNEL

string homeassistant.components.harmony.remote.ATTR_CHANNEL = "channel"

Definition at line 50 of file remote.py.

◆ PARALLEL_UPDATES

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

Definition at line 48 of file remote.py.

◆ VolDictType

homeassistant.components.harmony.remote.VolDictType

Definition at line 52 of file remote.py.