Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.squeezebox.const
 

Variables

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