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

Variables

string CONF_SOURCE_1 = "source_1"
 
string CONF_SOURCE_2 = "source_2"
 
string CONF_SOURCE_3 = "source_3"
 
string CONF_SOURCE_4 = "source_4"
 
string CONF_SOURCE_5 = "source_5"
 
string CONF_SOURCE_6 = "source_6"
 
string CONF_SOURCES = "sources"
 
string DOMAIN = "ws66i"
 
dictionary INIT_OPTIONS_DEFAULT
 
int MAX_VOL = 38
 
 POLL_INTERVAL = timedelta(seconds=30)
 

Detailed Description

Constants for the Soundavo WS66i 6-Zone Amplifier Media Player component.

Variable Documentation

◆ CONF_SOURCE_1

string homeassistant.components.ws66i.const.CONF_SOURCE_1 = "source_1"

Definition at line 9 of file const.py.

◆ CONF_SOURCE_2

string homeassistant.components.ws66i.const.CONF_SOURCE_2 = "source_2"

Definition at line 10 of file const.py.

◆ CONF_SOURCE_3

string homeassistant.components.ws66i.const.CONF_SOURCE_3 = "source_3"

Definition at line 11 of file const.py.

◆ CONF_SOURCE_4

string homeassistant.components.ws66i.const.CONF_SOURCE_4 = "source_4"

Definition at line 12 of file const.py.

◆ CONF_SOURCE_5

string homeassistant.components.ws66i.const.CONF_SOURCE_5 = "source_5"

Definition at line 13 of file const.py.

◆ CONF_SOURCE_6

string homeassistant.components.ws66i.const.CONF_SOURCE_6 = "source_6"

Definition at line 14 of file const.py.

◆ CONF_SOURCES

string homeassistant.components.ws66i.const.CONF_SOURCES = "sources"

Definition at line 7 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ INIT_OPTIONS_DEFAULT

dictionary homeassistant.components.ws66i.const.INIT_OPTIONS_DEFAULT
Initial value:
1 = {
2  "1": "Source 1",
3  "2": "Source 2",
4  "3": "Source 3",
5  "4": "Source 4",
6  "5": "Source 5",
7  "6": "Source 6",
8 }

Definition at line 16 of file const.py.

◆ MAX_VOL

int homeassistant.components.ws66i.const.MAX_VOL = 38

Definition at line 27 of file const.py.

◆ POLL_INTERVAL

homeassistant.components.ws66i.const.POLL_INTERVAL = timedelta(seconds=30)

Definition at line 25 of file const.py.