1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-05 21:57:08 +00:00
2020-06-24 10:04:17 -07:00

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