Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.soundtouch.SoundTouchData
 

Namespaces

 homeassistant.components.soundtouch
 

Functions

bool homeassistant.components.soundtouch.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.soundtouch.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.soundtouch.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 homeassistant.components.soundtouch._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.soundtouch.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
list homeassistant.components.soundtouch.PLATFORMS = [Platform.MEDIA_PLAYER]
 
 homeassistant.components.soundtouch.SERVICE_ADD_ZONE_SCHEMA
 
 homeassistant.components.soundtouch.SERVICE_CREATE_ZONE_SCHEMA
 
 homeassistant.components.soundtouch.SERVICE_PLAY_EVERYWHERE_SCHEMA = vol.Schema({vol.Required("master"): cv.entity_id})
 
 homeassistant.components.soundtouch.SERVICE_REMOVE_ZONE_SCHEMA