Add restart entity to UniFi button platform (#28419)

This commit is contained in:
Robert Svensson 2023-08-05 20:07:31 +02:00 committed by GitHub
parent 037c016485
commit 97bcb20b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.