Closed Friedi1970 closed 2 years ago
I think that's possible:
alias: Notification if bell rings
trigger:
- platform: state
entity_id: binary_sensor.nuki_opener_ring_action
from: 'off'
to: 'on'
condition: []
action:
- device_id: A3F
domain: mobile_app
type: notify
message: Doorbell rang
title: Doorbell
mode: single
Thanks for sharing, I have no ring opener (un-)fortunately
I’d say it is not really an issue but I wonder whether it might be possible to fetch the ringing of the door bell with the opener and use it as a trigger?
you have all the sensors and states available, it's just a matter of building your HA automation, the component provides everything needed, and even more...
you have all the sensors and states available, it's just a matter of building your HA automation, the component provides everything needed, and even more...
Yep, I know now. I have overseen the binary_sensor.nuki_opener_ring_action. Sorry for that!
I’d say it is not really an issue but I wonder whether it might be possible to fetch the ringing of the door bell with the opener and use it as a trigger?