Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.recorder.services
 

Functions

None homeassistant.components.recorder.services._async_register_disable_service (HomeAssistant hass, Recorder instance)
 
None homeassistant.components.recorder.services._async_register_enable_service (HomeAssistant hass, Recorder instance)
 
None homeassistant.components.recorder.services._async_register_purge_entities_service (HomeAssistant hass, Recorder instance)
 
None homeassistant.components.recorder.services._async_register_purge_service (HomeAssistant hass, Recorder instance)
 
None homeassistant.components.recorder.services.async_register_services (HomeAssistant hass, Recorder instance)
 

Variables

string homeassistant.components.recorder.services.ATTR_DOMAINS = "domains"
 
string homeassistant.components.recorder.services.ATTR_ENTITY_GLOBS = "entity_globs"
 
string homeassistant.components.recorder.services.SERVICE_DISABLE = "disable"
 
 homeassistant.components.recorder.services.SERVICE_DISABLE_SCHEMA = vol.Schema({})
 
string homeassistant.components.recorder.services.SERVICE_ENABLE = "enable"
 
 homeassistant.components.recorder.services.SERVICE_ENABLE_SCHEMA = vol.Schema({})
 
string homeassistant.components.recorder.services.SERVICE_PURGE = "purge"
 
string homeassistant.components.recorder.services.SERVICE_PURGE_ENTITIES = "purge_entities"
 
 homeassistant.components.recorder.services.SERVICE_PURGE_ENTITIES_SCHEMA
 
 homeassistant.components.recorder.services.SERVICE_PURGE_SCHEMA