diff --git a/source/_integrations/unifiprotect.markdown b/source/_integrations/unifiprotect.markdown index fb03dc0c8d5..b1bbc0f5fec 100644 --- a/source/_integrations/unifiprotect.markdown +++ b/source/_integrations/unifiprotect.markdown @@ -116,7 +116,9 @@ Each UniFi Protect camera will get the following entities added: * **Privacy Mode** - If your camera allows for Privacy Masks, there will be a configuration switch to toggle a "Privacy Mode" that disables recording, microphone, and a black privacy zone over the whole camera. * **System Sounds** - If your camera has a speaker, there will be a configuration switch to toggle system sounds. * **SSH Enabled** - A disabled by default switch entity will be added to let you toggle on and off SSH for your camera. Username is `ubnt` and password is your Device Password as configured in UniFi Protect. -* **Sensors** - Sensors are provided for data provided from the camera device. Sensors include "Is Dark" and "Doorbell Chime" (if camera has a chime). Several diagnostics sensors are added including sensors on uptime, network connection stats, and storage stats. Doorbells will also have a "Voltage" sensor for troubleshooting electrical issues. +* **Sensors** - Sensors include "Is Dark", "Motion Detected", "Detected Object" (if the camera supports smart detections), and "Doorbell Chime" (if the camera has a chime). Several diagnostics sensors are added including sensors on uptime, network connection stats, and storage stats. Doorbells will also have a "Voltage" sensor for troubleshooting electrical issues. + * Motion and Detected Object sensors will also contain an `event_thumbnail` attribute that can be used to get the event thumbnail directly from UniFi Protect for that motion or smart detection. + * The Detected Object sensor will have the values of "none", "person", or "vehicle" based on object UniFi Protect detected. * **Button** - A disabled by default button entity is added for each camera device. The button will let you reboot your camera device. ### Floodlights