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" |
Constants for the Squeezebox component.
| 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" |