Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.knx.services
 

Functions

KNXModule homeassistant.components.knx.services.get_knx_module (HomeAssistant hass)
 
None homeassistant.components.knx.services.register_knx_services (HomeAssistant hass)
 
None homeassistant.components.knx.services.service_event_register_modify (HomeAssistant hass, ServiceCall call)
 
None homeassistant.components.knx.services.service_exposure_register_modify (HomeAssistant hass, ServiceCall call)
 
None homeassistant.components.knx.services.service_read_to_knx_bus (HomeAssistant hass, ServiceCall call)
 
None homeassistant.components.knx.services.service_reload_integration (HomeAssistant hass, ServiceCall call)
 
None homeassistant.components.knx.services.service_send_to_knx_bus (HomeAssistant hass, ServiceCall call)
 

Variables

 homeassistant.components.knx.services._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.knx.services.SERVICE_KNX_EVENT_REGISTER_SCHEMA
 
 homeassistant.components.knx.services.SERVICE_KNX_EXPOSURE_REGISTER_SCHEMA
 
 homeassistant.components.knx.services.SERVICE_KNX_READ_SCHEMA
 
 homeassistant.components.knx.services.SERVICE_KNX_SEND_SCHEMA