This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
Doorbell Automation not operating since 1.20 update #446
Unanswered
Urbanpixels
asked this question in
Q&A
Replies: 3 comments
-
I am experiencing the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The HACS repo is deprecated. Please use the official HA issue tracking for reporting issues. Also, for @Urbanpixels "Clear" and "Detected" are not valid states for a binary sensor. It should be "on" or "off". |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Urbanpixels I figured out the fix. Here is an automations.yaml that works for my unifi protect doorbell to get my alexa to speak:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
EDIT - Sorry, i made a mistake with capitalisation on the states, works fine now. Obviously need more coffee in a morning, i tried to delete this but no link to do so. Cheers!
Good morning all.
First of all i wanted to say thanks for this awesome integration it's really helped with a few things i was wanting to do in my Homeassistant.
Im struggling to get my Doorbell automation to run. In some update, not sure if it was the integration or HA the doorbell "push" used to be a state of OFF to ON but now i notice the doorbell is being triggered as Clear to Detected.
I've edited this in my automation but the doorbell never triggers it, It runs manually. Just not with the button press. Do you guys have any tips?
Below is my Automation:
`alias: Doorbell Chime - 23 Montgomery
description: ''
trigger:
entity_id: binary_sensor.front_doorbell_doorbell
id: doorpress
from: Clear
to: Detected
condition:
after: '07:00:00'
before: '19:30:00'
action:
data:
media_content_type: sound
media_content_id: amzn_sfx_doorbell_chime_01
target:
entity_id:
- media_player.living_room
- media_player.office
- media_player.kitchen
- media_player.bedroom
hours: 0
minutes: 0
seconds: 0
milliseconds: 0
data:
message: Theres sombody at the front door.
data:
type: tts
target:
- media_player.living_room
- media_player.office
- media_player.kitchen
- media_player.bedroom
mode: single
max: 3
`
Beta Was this translation helpful? Give feedback.
All reactions