Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.heos.services
 

Functions

None homeassistant.components.heos.services._sign_in_handler (Heos controller, ServiceCall service)
 
None homeassistant.components.heos.services._sign_out_handler (Heos controller, ServiceCall service)
 
def homeassistant.components.heos.services.register (HomeAssistant hass, Heos controller)
 
def homeassistant.components.heos.services.remove (HomeAssistant hass)
 

Variables

 homeassistant.components.heos.services._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.heos.services.HEOS_SIGN_IN_SCHEMA
 
 homeassistant.components.heos.services.HEOS_SIGN_OUT_SCHEMA = vol.Schema({})