Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.soundtouch.const Namespace Reference

Variables

string DOMAIN = "soundtouch"
 
string SERVICE_ADD_ZONE_SLAVE = "add_zone_slave"
 
string SERVICE_CREATE_ZONE = "create_zone"
 
string SERVICE_PLAY_EVERYWHERE = "play_everywhere"
 
string SERVICE_REMOVE_ZONE_SLAVE = "remove_zone_slave"
 

Detailed Description

Constants for the Bose SoundTouch component.

Variable Documentation

◆ DOMAIN

string homeassistant.components.soundtouch.const.DOMAIN = "soundtouch"

Definition at line 3 of file const.py.

◆ SERVICE_ADD_ZONE_SLAVE

string homeassistant.components.soundtouch.const.SERVICE_ADD_ZONE_SLAVE = "add_zone_slave"

Definition at line 6 of file const.py.

◆ SERVICE_CREATE_ZONE

string homeassistant.components.soundtouch.const.SERVICE_CREATE_ZONE = "create_zone"

Definition at line 5 of file const.py.

◆ SERVICE_PLAY_EVERYWHERE

string homeassistant.components.soundtouch.const.SERVICE_PLAY_EVERYWHERE = "play_everywhere"

Definition at line 4 of file const.py.

◆ SERVICE_REMOVE_ZONE_SLAVE

string homeassistant.components.soundtouch.const.SERVICE_REMOVE_ZONE_SLAVE = "remove_zone_slave"

Definition at line 7 of file const.py.