Remove set default doorbell text service from unifiprotect (#33270)

UI has removed this functionality in UI Protect 4.x

Its still possible to set a custom message using the other services (`unifiprotect.add_doorbell_text` and `unifiprotect.remove_doorbell_text`, and setting it via the `select` entity), but there is no longer a default.

discovered via https://github.com/uilibs/uiprotect/issues/57
This commit is contained in:
J. Nick Koston 2024-06-14 14:30:04 -05:00 committed by GitHub
parent e2ae06d095
commit cbd7c7b66c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -225,15 +225,6 @@ Below are the accepted identifiers to resolve media. Since events do not necessa
## Services
### Service unifiprotect.set_default_doorbell_text
Sets the default doorbell message. This will be the message that is automatically selected when a message "expires".
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------------------------------------------------------------------------------------------------------- |
| `device_id` | No | Any device from the UniFi Protect instance you want to change. In case you have multiple Protect instances. |
| `message` | No | The default message for your Doorbell. Must be less than 30 characters. |
### Service unifiprotect.add_doorbell_text
Adds a new custom message for Doorbells.