From eb6acd769f1634c2ca8339c34b00764cffbbe2e5 Mon Sep 17 00:00:00 2001 From: Christopher Bailey Date: Fri, 31 Dec 2021 16:12:41 -0500 Subject: [PATCH] Add docs for the UniFi Protect button platform (#20967) Co-authored-by: J. Nick Koston --- source/_integrations/unifiprotect.markdown | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/source/_integrations/unifiprotect.markdown b/source/_integrations/unifiprotect.markdown index afabe46bad3..737fa7180e7 100644 --- a/source/_integrations/unifiprotect.markdown +++ b/source/_integrations/unifiprotect.markdown @@ -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