diff --git a/source/_integrations/unifi.markdown b/source/_integrations/unifi.markdown index 0c1c00bb4d5..0bc9c0ccca0 100644 --- a/source/_integrations/unifi.markdown +++ b/source/_integrations/unifi.markdown @@ -64,6 +64,14 @@ If Home Assistant and the UniFi controller are running on separate machines or V ## Services +### Service unifi.reconnect_client + +Try to get a wireless client to reconnect to the network. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | --------------------------------------------------------------------------- | +| `device_id` | No | String representing a device ID related to a UniFi integration. | + ### Service unifi.remove_clients Clean up clients on the UniFi Controller that has only been associated with the controller for a short period of time. The difference between first seen and last seen needs to be less than 15 minutes and the client can not have a fixed IP, hostname or name associated with it.