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

Variables

string CONF_HTTPS = "https"
 
int DEFAULT_PORT = 9000
 
int DISCOVERY_INTERVAL = 60
 
string DISCOVERY_TASK = "discovery_task"
 
string DOMAIN = "squeezebox"
 
string KNOWN_PLAYERS = "known_players"
 
string KNOWN_SERVERS = "known_servers"
 
string MANUFACTURER = "https://lyrion.org/"
 
string PLAYER_DISCOVERY_UNSUB = "player_discovery_unsub"
 
int PLAYER_UPDATE_INTERVAL = 5
 
int SENSOR_UPDATE_INTERVAL = 60
 
string SERVER_MODEL = "Lyrion Music Server"
 
string SIGNAL_PLAYER_DISCOVERED = "squeezebox_player_discovered"
 
string SIGNAL_PLAYER_REDISCOVERED = "squeezebox_player_rediscovered"
 
tuple SQUEEZEBOX_SOURCE_STRINGS = ("source:", "wavin:", "spotify:")
 
int STATUS_API_TIMEOUT = 10
 
string STATUS_QUERY_LIBRARYNAME = "libraryname"
 
string STATUS_QUERY_MAC = "mac"
 
string STATUS_QUERY_UUID = "uuid"
 
string STATUS_QUERY_VERSION = "version"
 
string STATUS_SENSOR_INFO_TOTAL_ALBUMS = "info total albums"
 
string STATUS_SENSOR_INFO_TOTAL_ARTISTS = "info total artists"
 
string STATUS_SENSOR_INFO_TOTAL_DURATION = "info total duration"
 
string STATUS_SENSOR_INFO_TOTAL_GENRES = "info total genres"
 
string STATUS_SENSOR_INFO_TOTAL_SONGS = "info total songs"
 
string STATUS_SENSOR_LASTSCAN = "lastscan"
 
string STATUS_SENSOR_NEEDSRESTART = "needsrestart"
 
string STATUS_SENSOR_NEWPLUGINS = "newplugins"
 
string STATUS_SENSOR_NEWVERSION = "newversion"
 
string STATUS_SENSOR_OTHER_PLAYER_COUNT = "other player count"
 
string STATUS_SENSOR_PLAYER_COUNT = "player count"
 
string STATUS_SENSOR_RESCAN = "rescan"
 

Detailed Description

Constants for the Squeezebox component.

Variable Documentation

◆ CONF_HTTPS

string homeassistant.components.squeezebox.const.CONF_HTTPS = "https"

Definition at line 3 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.squeezebox.const.DEFAULT_PORT = 9000

Definition at line 6 of file const.py.

◆ DISCOVERY_INTERVAL

int homeassistant.components.squeezebox.const.DISCOVERY_INTERVAL = 60

Definition at line 33 of file const.py.

◆ DISCOVERY_TASK

string homeassistant.components.squeezebox.const.DISCOVERY_TASK = "discovery_task"

Definition at line 4 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ KNOWN_PLAYERS

string homeassistant.components.squeezebox.const.KNOWN_PLAYERS = "known_players"

Definition at line 7 of file const.py.

◆ KNOWN_SERVERS

string homeassistant.components.squeezebox.const.KNOWN_SERVERS = "known_servers"

Definition at line 8 of file const.py.

◆ MANUFACTURER

string homeassistant.components.squeezebox.const.MANUFACTURER = "https://lyrion.org/"

Definition at line 9 of file const.py.

◆ PLAYER_DISCOVERY_UNSUB

string homeassistant.components.squeezebox.const.PLAYER_DISCOVERY_UNSUB = "player_discovery_unsub"

Definition at line 10 of file const.py.

◆ PLAYER_UPDATE_INTERVAL

int homeassistant.components.squeezebox.const.PLAYER_UPDATE_INTERVAL = 5

Definition at line 34 of file const.py.

◆ SENSOR_UPDATE_INTERVAL

int homeassistant.components.squeezebox.const.SENSOR_UPDATE_INTERVAL = 60

Definition at line 11 of file const.py.

◆ SERVER_MODEL

string homeassistant.components.squeezebox.const.SERVER_MODEL = "Lyrion Music Server"

Definition at line 12 of file const.py.

◆ SIGNAL_PLAYER_DISCOVERED

string homeassistant.components.squeezebox.const.SIGNAL_PLAYER_DISCOVERED = "squeezebox_player_discovered"

Definition at line 31 of file const.py.

◆ SIGNAL_PLAYER_REDISCOVERED

string homeassistant.components.squeezebox.const.SIGNAL_PLAYER_REDISCOVERED = "squeezebox_player_rediscovered"

Definition at line 32 of file const.py.

◆ SQUEEZEBOX_SOURCE_STRINGS

tuple homeassistant.components.squeezebox.const.SQUEEZEBOX_SOURCE_STRINGS = ("source:", "wavin:", "spotify:")

Definition at line 30 of file const.py.

◆ STATUS_API_TIMEOUT

int homeassistant.components.squeezebox.const.STATUS_API_TIMEOUT = 10

Definition at line 13 of file const.py.

◆ STATUS_QUERY_LIBRARYNAME

string homeassistant.components.squeezebox.const.STATUS_QUERY_LIBRARYNAME = "libraryname"

Definition at line 26 of file const.py.

◆ STATUS_QUERY_MAC

string homeassistant.components.squeezebox.const.STATUS_QUERY_MAC = "mac"

Definition at line 27 of file const.py.

◆ STATUS_QUERY_UUID

string homeassistant.components.squeezebox.const.STATUS_QUERY_UUID = "uuid"

Definition at line 28 of file const.py.

◆ STATUS_QUERY_VERSION

string homeassistant.components.squeezebox.const.STATUS_QUERY_VERSION = "version"

Definition at line 29 of file const.py.

◆ STATUS_SENSOR_INFO_TOTAL_ALBUMS

string homeassistant.components.squeezebox.const.STATUS_SENSOR_INFO_TOTAL_ALBUMS = "info total albums"

Definition at line 19 of file const.py.

◆ STATUS_SENSOR_INFO_TOTAL_ARTISTS

string homeassistant.components.squeezebox.const.STATUS_SENSOR_INFO_TOTAL_ARTISTS = "info total artists"

Definition at line 20 of file const.py.

◆ STATUS_SENSOR_INFO_TOTAL_DURATION

string homeassistant.components.squeezebox.const.STATUS_SENSOR_INFO_TOTAL_DURATION = "info total duration"

Definition at line 21 of file const.py.

◆ STATUS_SENSOR_INFO_TOTAL_GENRES

string homeassistant.components.squeezebox.const.STATUS_SENSOR_INFO_TOTAL_GENRES = "info total genres"

Definition at line 22 of file const.py.

◆ STATUS_SENSOR_INFO_TOTAL_SONGS

string homeassistant.components.squeezebox.const.STATUS_SENSOR_INFO_TOTAL_SONGS = "info total songs"

Definition at line 23 of file const.py.

◆ STATUS_SENSOR_LASTSCAN

string homeassistant.components.squeezebox.const.STATUS_SENSOR_LASTSCAN = "lastscan"

Definition at line 14 of file const.py.

◆ STATUS_SENSOR_NEEDSRESTART

string homeassistant.components.squeezebox.const.STATUS_SENSOR_NEEDSRESTART = "needsrestart"

Definition at line 15 of file const.py.

◆ STATUS_SENSOR_NEWPLUGINS

string homeassistant.components.squeezebox.const.STATUS_SENSOR_NEWPLUGINS = "newplugins"

Definition at line 17 of file const.py.

◆ STATUS_SENSOR_NEWVERSION

string homeassistant.components.squeezebox.const.STATUS_SENSOR_NEWVERSION = "newversion"

Definition at line 16 of file const.py.

◆ STATUS_SENSOR_OTHER_PLAYER_COUNT

string homeassistant.components.squeezebox.const.STATUS_SENSOR_OTHER_PLAYER_COUNT = "other player count"

Definition at line 25 of file const.py.

◆ STATUS_SENSOR_PLAYER_COUNT

string homeassistant.components.squeezebox.const.STATUS_SENSOR_PLAYER_COUNT = "player count"

Definition at line 24 of file const.py.

◆ STATUS_SENSOR_RESCAN

string homeassistant.components.squeezebox.const.STATUS_SENSOR_RESCAN = "rescan"

Definition at line 18 of file const.py.