UniFi - Add service reconnect_client (#19738)

This commit is contained in:
Robert Svensson 2021-10-21 08:15:33 +02:00 committed by GitHub
parent c03166ccfd
commit b596994e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,14 @@ If Home Assistant and the UniFi controller are running on separate machines or V
## Services ## 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 ### 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. 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.