From b596994e7eef312d64d022c1906019b5967b4cb0 Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Thu, 21 Oct 2021 08:15:33 +0200 Subject: [PATCH] UniFi - Add service reconnect_client (#19738) --- source/_integrations/unifi.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) 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.