Adds docs for UP Chime support (#22754)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Christopher Bailey 2022-05-23 06:36:03 -04:00 committed by GitHub
parent 8fb97fbe0e
commit ff1e609610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 * **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. * **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 ### 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: 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. | | `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. | | `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 ## Troubleshooting
### Enabling Debug Logging ### Enabling Debug Logging