mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-28 12:07:20 +01:00
8 lines
236 B
Python
8 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
|