diff --git a/source/_integrations/unifiprotect.markdown b/source/_integrations/unifiprotect.markdown index d9ae9069355..45aa6c8824f 100644 --- a/source/_integrations/unifiprotect.markdown +++ b/source/_integrations/unifiprotect.markdown @@ -176,6 +176,13 @@ Each UniFi Protect door lock will get a device in Home Assistant with the follow * **Device Configuration** - Door locks will get configuration controls for the Auto-Lock Timeout, selecting the Paired Camera, and Status Light switch * **Button** - A disabled by default button is added for each door lock device. The button will let you reboot your door lock device. +### UniFi Protect Smart Chime + +Each UniFi Protect smart chime will get a device in Home Assistant with the following: + +* **Button** - A button to trigger the chime manually for each smart chime device. Also, a disabled by default button is added to let you reboot your smart chime device. +* **Device Configuration** - Smart chimes will get a volume slider to adjust the chime's loudness and a sensor for the last time the chime rang. + ### NVR Your main UniFi Protect NVR device also gets a number of diagnostics sensors that can be used for tracking the state of your UniFi Protect system: @@ -222,6 +229,15 @@ Use to dynamically set the message on a Doorbell LCD screen. This service should | `message` | No | The message you would like to display on the LCD screen of your Doorbell. Must be less than 30 characters. | | `duration` | Yes | Number of minutes to display the message for before returning to the default message. The default is to not expire. | +### Service unifiprotect.set_chime_paired_doorbells + +Use to set the paired doorbell(s) with a smart chime. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------ | +| `device_id` | No | The device ID of the Chime you want to pair or unpair doorbells to. | +| `doorbells` | Yes | A target selector for any number of doorbells you want to pair to the chime. No value means unpair all. | + ## Troubleshooting ### Enabling Debug Logging