mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
7 lines
243 B
Python
7 lines
243 B
Python
"""Constants for the Bose SoundTouch component."""
|
|
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"
|