7 lines
240 B
Python
7 lines
240 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"
|