From 97bcb20b78820b200083fe8b5bf58e115037beff Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Sat, 5 Aug 2023 20:07:31 +0200 Subject: [PATCH] Add restart entity to UniFi button platform (#28419) --- source/_integrations/unifi.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/unifi.markdown b/source/_integrations/unifi.markdown index d27816c34e7..1b0c57fc23a 100644 --- a/source/_integrations/unifi.markdown +++ b/source/_integrations/unifi.markdown @@ -17,6 +17,7 @@ ha_codeowners: ha_domain: unifi ha_ssdp: true ha_platforms: + - button - device_tracker - diagnostics - image @@ -30,6 +31,7 @@ ha_integration_type: hub There is currently support for the following device types within Home Assistant: +- [Button](#button) - [Image](#image) - [Presence Detection](#presence-detection) - [Switch](#switch) @@ -58,6 +60,10 @@ The UniFi Network application can either be a UniFi OS console device (like the It is recommended that you run the UniFi Network application in a dedicated virtual machine to avoid that situation. +## Button + +Provides the ability to restart a UniFi device. This feature requires admin privileges. + ## Image Provides QR Code images that can be scanned to easily join a specific WLAN. Entities are disabled by default. This feature requires admin privileges.