Variables | |
| string | ATTR_PASSWORD = "password" |
| string | ATTR_USERNAME = "username" |
| int | COMMAND_RETRY_ATTEMPTS = 2 |
| int | COMMAND_RETRY_DELAY = 1 |
| string | DATA_CONTROLLER_MANAGER = "controller" |
| string | DATA_DISCOVERED_HOSTS = "heos_discovered_hosts" |
| string | DATA_ENTITY_ID_MAP = "entity_id_map" |
| string | DATA_GROUP_MANAGER = "group_manager" |
| string | DATA_SOURCE_MANAGER = "source_manager" |
| string | DOMAIN = "heos" |
| string | SERVICE_SIGN_IN = "sign_in" |
| string | SERVICE_SIGN_OUT = "sign_out" |
| string | SIGNAL_HEOS_PLAYER_ADDED = "heos_player_added" |
| string | SIGNAL_HEOS_UPDATED = "heos_updated" |
Const for the HEOS integration.
| 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.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" |