I will check this. There came some changes with a home assistant update. The automation throws some errors.
//EDIT:
@thetipe I’ve just fixed this issue. Feel free to test and give some feedback. ![]()
I will check this. There came some changes with a home assistant update. The automation throws some errors.
//EDIT:
@thetipe I’ve just fixed this issue. Feel free to test and give some feedback. ![]()
Works like a charm now. Thanks! I really appreciate your great work!
Thanks so much for your efforts @panhans, unfortunately it’s still not working for me, where it was fine the in the past on the older versions. Please see error below. I’m using a single door contact which toggles from ‘off’ to ‘on’.
Logger: homeassistant.components.automation.dooragain
Source: components/automation/init.py:663
integration: Automation (documentation, issues)
First occurred: 8:56:56 AM (2 occurrences)
Last logged: 8:57:30 AM
Error rendering variables: UndefinedError: list object has no element 1
Yaml is here:
alias: Dooragain
description: “”
use_blueprint:
path: panhans/entity_state_notification.yaml
input:
input_notify_groups:
- “”
input_entities:
- binary_sensor.ikea_backdoor_contact
input_entity_states:
- “on”
input_notify_devices:
- e6c07442143f8e798ca2034cdf25ec32
Any help much appreciated, not sure where I’m going wrong ![]()
Could you delete this and try again?
thank you so much for your blueprint @panhans !
I really like it, but unfortunately, my android mobile ignores the sticky-flag, so it is possible to swipe the notification away (tapping on it will not dismiss it)
As a workaround, I tried to use the “periodic notification” feature. So each 10 minutes, the notification will show up again if I swiped it away before. But this feature will also show the “Stop notifying”-Button.
Would it be possible to hide that button?
Yes, this feature is dropped with a certain version of Android. I will add a workaround. I think there is a dismissed event. If sticke is enabled the automation could listen to this event and resent the automation again.