2022-07-01 05:20:00 +00:00
|
|
|
"""Constants for the Bose SoundTouch component."""
|
2019-11-28 00:47:45 +00:00
|
|
|
DOMAIN = "soundtouch"
|
|
|
|
SERVICE_PLAY_EVERYWHERE = "play_everywhere"
|
|
|
|
SERVICE_CREATE_ZONE = "create_zone"
|
|
|
|
SERVICE_ADD_ZONE_SLAVE = "add_zone_slave"
|
|
|
|
SERVICE_REMOVE_ZONE_SLAVE = "remove_zone_slave"
|