Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.heos.const
 

Variables

string homeassistant.components.heos.const.ATTR_PASSWORD = "password"
 
string homeassistant.components.heos.const.ATTR_USERNAME = "username"
 
int homeassistant.components.heos.const.COMMAND_RETRY_ATTEMPTS = 2
 
int homeassistant.components.heos.const.COMMAND_RETRY_DELAY = 1
 
string homeassistant.components.heos.const.DATA_CONTROLLER_MANAGER = "controller"
 
string homeassistant.components.heos.const.DATA_DISCOVERED_HOSTS = "heos_discovered_hosts"
 
string homeassistant.components.heos.const.DATA_ENTITY_ID_MAP = "entity_id_map"
 
string homeassistant.components.heos.const.DATA_GROUP_MANAGER = "group_manager"
 
string homeassistant.components.heos.const.DATA_SOURCE_MANAGER = "source_manager"
 
string homeassistant.components.heos.const.DOMAIN = "heos"
 
string homeassistant.components.heos.const.SERVICE_SIGN_IN = "sign_in"
 
string homeassistant.components.heos.const.SERVICE_SIGN_OUT = "sign_out"
 
string homeassistant.components.heos.const.SIGNAL_HEOS_PLAYER_ADDED = "heos_player_added"
 
string homeassistant.components.heos.const.SIGNAL_HEOS_UPDATED = "heos_updated"