Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Bose SoundTouch component."""
2 
3 DOMAIN = "soundtouch"
4 SERVICE_PLAY_EVERYWHERE = "play_everywhere"
5 SERVICE_CREATE_ZONE = "create_zone"
6 SERVICE_ADD_ZONE_SLAVE = "add_zone_slave"
7 SERVICE_REMOVE_ZONE_SLAVE = "remove_zone_slave"