* move service constants to const.py, move services to bluesound domain * Remove bluesound services from media_player/services.yaml
6 lines
240 B
Python
6 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"
|