Functions | |
| None | _sign_in_handler (Heos controller, ServiceCall service) |
| None | _sign_out_handler (Heos controller, ServiceCall service) |
| def | register (HomeAssistant hass, Heos controller) |
| def | remove (HomeAssistant hass) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| HEOS_SIGN_IN_SCHEMA | |
| HEOS_SIGN_OUT_SCHEMA = vol.Schema({}) | |
Services for the HEOS integration.
|
private |
Sign in to the HEOS account.
Definition at line 51 of file services.py.
|
private |
Sign out of the HEOS account.
Definition at line 66 of file services.py.
| def homeassistant.components.heos.services.register | ( | HomeAssistant | hass, |
| Heos | controller | ||
| ) |
Register HEOS services.
Definition at line 29 of file services.py.
| def homeassistant.components.heos.services.remove | ( | HomeAssistant | hass | ) |
Unregister HEOS services.
Definition at line 45 of file services.py.
|
private |
Definition at line 20 of file services.py.
| homeassistant.components.heos.services.HEOS_SIGN_IN_SCHEMA |
Definition at line 22 of file services.py.
| homeassistant.components.heos.services.HEOS_SIGN_OUT_SCHEMA = vol.Schema({}) |
Definition at line 26 of file services.py.