mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +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_domain: unifi
|
||||||
ha_ssdp: true
|
ha_ssdp: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- button
|
||||||
- device_tracker
|
- device_tracker
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- image
|
- image
|
||||||
@ -30,6 +31,7 @@ ha_integration_type: hub
|
|||||||
|
|
||||||
There is currently support for the following device types within Home Assistant:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
|
||||||
|
- [Button](#button)
|
||||||
- [Image](#image)
|
- [Image](#image)
|
||||||
- [Presence Detection](#presence-detection)
|
- [Presence Detection](#presence-detection)
|
||||||
- [Switch](#switch)
|
- [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.
|
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
|
## 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.
|
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