Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.bluesound.services.ServiceMethodDetails
 

Namespaces

 homeassistant.components.bluesound.services
 

Functions

None homeassistant.components.bluesound.services.setup_services (HomeAssistant hass)
 

Variables

 homeassistant.components.bluesound.services.BS_JOIN_SCHEMA = BS_SCHEMA.extend({vol.Required(ATTR_MASTER): cv.entity_id})
 
 homeassistant.components.bluesound.services.BS_SCHEMA = vol.Schema({vol.Optional(ATTR_ENTITY_ID): cv.entity_ids})
 
string homeassistant.components.bluesound.services.SERVICE_CLEAR_TIMER = "clear_sleep_timer"
 
string homeassistant.components.bluesound.services.SERVICE_JOIN = "join"
 
string homeassistant.components.bluesound.services.SERVICE_SET_TIMER = "set_sleep_timer"
 
dictionary homeassistant.components.bluesound.services.SERVICE_TO_METHOD
 
string homeassistant.components.bluesound.services.SERVICE_UNJOIN = "unjoin"