Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.unifi.services
 

Functions

None homeassistant.components.unifi.services.async_reconnect_client (HomeAssistant hass, Mapping[str, Any] data)
 
None homeassistant.components.unifi.services.async_remove_clients (HomeAssistant hass, Mapping[str, Any] data)
 
None homeassistant.components.unifi.services.async_setup_services (HomeAssistant hass)
 

Variables

string homeassistant.components.unifi.services.SERVICE_RECONNECT_CLIENT = "reconnect_client"
 
 homeassistant.components.unifi.services.SERVICE_RECONNECT_CLIENT_SCHEMA
 
string homeassistant.components.unifi.services.SERVICE_REMOVE_CLIENTS = "remove_clients"
 
dictionary homeassistant.components.unifi.services.SERVICE_TO_SCHEMA
 
tuple homeassistant.components.unifi.services.SUPPORTED_SERVICES = (SERVICE_RECONNECT_CLIENT, SERVICE_REMOVE_CLIENTS)