From cbd7c7b66c6cd6417dcd28c5edaa006de229330b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 14 Jun 2024 14:30:04 -0500 Subject: [PATCH] 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 --- source/_integrations/unifiprotect.markdown | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/_integrations/unifiprotect.markdown b/source/_integrations/unifiprotect.markdown index d7a27af29da..4b3db8e8dda 100644 --- a/source/_integrations/unifiprotect.markdown +++ b/source/_integrations/unifiprotect.markdown @@ -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.