Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.heos.const Namespace Reference

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"
 

Detailed Description

Const for the HEOS integration.

Variable Documentation

◆ ATTR_PASSWORD

string homeassistant.components.heos.const.ATTR_PASSWORD = "password"

Definition at line 3 of file const.py.

◆ ATTR_USERNAME

string homeassistant.components.heos.const.ATTR_USERNAME = "username"

Definition at line 4 of file const.py.

◆ COMMAND_RETRY_ATTEMPTS

int homeassistant.components.heos.const.COMMAND_RETRY_ATTEMPTS = 2

Definition at line 5 of file const.py.

◆ COMMAND_RETRY_DELAY

int homeassistant.components.heos.const.COMMAND_RETRY_DELAY = 1

Definition at line 6 of file const.py.

◆ DATA_CONTROLLER_MANAGER

string homeassistant.components.heos.const.DATA_CONTROLLER_MANAGER = "controller"

Definition at line 7 of file const.py.

◆ DATA_DISCOVERED_HOSTS

string homeassistant.components.heos.const.DATA_DISCOVERED_HOSTS = "heos_discovered_hosts"

Definition at line 11 of file const.py.

◆ DATA_ENTITY_ID_MAP

string homeassistant.components.heos.const.DATA_ENTITY_ID_MAP = "entity_id_map"

Definition at line 8 of file const.py.

◆ DATA_GROUP_MANAGER

string homeassistant.components.heos.const.DATA_GROUP_MANAGER = "group_manager"

Definition at line 9 of file const.py.

◆ DATA_SOURCE_MANAGER

string homeassistant.components.heos.const.DATA_SOURCE_MANAGER = "source_manager"

Definition at line 10 of file const.py.

◆ DOMAIN

string homeassistant.components.heos.const.DOMAIN = "heos"

Definition at line 12 of file const.py.

◆ SERVICE_SIGN_IN

string homeassistant.components.heos.const.SERVICE_SIGN_IN = "sign_in"

Definition at line 13 of file const.py.

◆ SERVICE_SIGN_OUT

string homeassistant.components.heos.const.SERVICE_SIGN_OUT = "sign_out"

Definition at line 14 of file const.py.

◆ SIGNAL_HEOS_PLAYER_ADDED

string homeassistant.components.heos.const.SIGNAL_HEOS_PLAYER_ADDED = "heos_player_added"

Definition at line 15 of file const.py.

◆ SIGNAL_HEOS_UPDATED

string homeassistant.components.heos.const.SIGNAL_HEOS_UPDATED = "heos_updated"

Definition at line 16 of file const.py.