mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Add restart entity to UniFi button platform (#28419)
This commit is contained in:
parent
037c016485
commit
97bcb20b78
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user