Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.deconz.services
 

Functions

None homeassistant.components.deconz.services.async_configure_service (DeconzHub hub, ReadOnlyDict data)
 
None homeassistant.components.deconz.services.async_refresh_devices_service (DeconzHub hub)
 
None homeassistant.components.deconz.services.async_remove_orphaned_entries_service (DeconzHub hub)
 
None homeassistant.components.deconz.services.async_setup_services (HomeAssistant hass)
 

Variables

string homeassistant.components.deconz.services.DECONZ_SERVICES = "deconz_services"
 
 homeassistant.components.deconz.services.SELECT_GATEWAY_SCHEMA = vol.All(vol.Schema({vol.Optional(CONF_BRIDGE_ID): str}))
 
string homeassistant.components.deconz.services.SERVICE_CONFIGURE_DEVICE = "configure"
 
 homeassistant.components.deconz.services.SERVICE_CONFIGURE_DEVICE_SCHEMA
 
string homeassistant.components.deconz.services.SERVICE_DATA = "data"
 
string homeassistant.components.deconz.services.SERVICE_DEVICE_REFRESH = "device_refresh"
 
string homeassistant.components.deconz.services.SERVICE_ENTITY = "entity"
 
string homeassistant.components.deconz.services.SERVICE_FIELD = "field"
 
string homeassistant.components.deconz.services.SERVICE_REMOVE_ORPHANED_ENTRIES = "remove_orphaned_entries"
 
dictionary homeassistant.components.deconz.services.SERVICE_TO_SCHEMA
 
tuple homeassistant.components.deconz.services.SUPPORTED_SERVICES