7 lines
236 B
Python
7 lines
236 B
Python
"""Constants for the Squeezebox component."""
|
|
DOMAIN = "squeezebox"
|
|
ENTRY_PLAYERS = "entry_players"
|
|
KNOWN_PLAYERS = "known_players"
|
|
PLAYER_DISCOVERY_UNSUB = "player_discovery_unsub"
|
|
DISCOVERY_TASK = "discovery_task"
|
|
DEFAULT_PORT = 9000
|