Add docs for the UniFi Protect button platform (#20967)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Christopher Bailey 2021-12-31 16:12:41 -05:00 committed by GitHub
parent 6055675683
commit eb6acd769f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ title: UniFi Protect
description: Instructions on how to configure UniFi Protect integration by Ubiquiti.
ha_category:
- Hub
- Button
- Camera
- Media Player
ha_release: 2022.2
@ -15,6 +16,7 @@ ha_codeowners:
- '@bdraco'
ha_domain: unifiprotect
ha_platforms:
- button
- camera
- media_player
---
@ -77,6 +79,25 @@ Each UniFi Protect camera will get the following entities added:
* **Camera** - A camera entity for each camera channel and RTSP(S) combination found for each camera (up to 6). Only the highest resolution RTSPS camera entity will be enabled by default.
* **Media Player** - If your camera has a speaker, you will get a media player entity that allows you to play audio to your camera's speaker. Any audio file URI that is playable by FFmpeg will be able to be played to your speaker, including via the [TTS Say Service](https://www.home-assistant.io/integrations/tts/#service-say).
* **Button** - A disabled by default button entity is added for each camera entity. The button will let you reboot your camera device.
### Floodlight
Each UniFi Protect flood light will get the following entities added:
* **Button** - A disabled by default button entity is added for each floodlight entity. The button will let you reboot your floodlight device.
### Sensor
Each UniFi Protect sensor will get the following entities added:
* **Button** - A disabled by default button entity is added for each sensor entity. The button will let you reboot your sensor device.
### Viewport
Each UniFi Protect viewport will get the following entities added:
* **Button** - A disabled by default button entity is added for each viewport entity. The button will let you reboot your viewport device.
## Troubleshooting