mirror of
https://github.com/home-assistant/core.git
synced 2025-05-08 16:09:22 +00:00
8 lines
241 B
Python
8 lines
241 B
Python
"""Constants for the Bluesound HiFi wireless speakers and audio integrations component."""
|
|
|
|
DOMAIN = "bluesound"
|
|
SERVICE_CLEAR_TIMER = "clear_sleep_timer"
|
|
SERVICE_JOIN = "join"
|
|
SERVICE_SET_TIMER = "set_sleep_timer"
|
|
SERVICE_UNJOIN = "unjoin"
|