Could you please provide us your YAML of the automation? This YAML code are the settings you have selected in the automation so I can help. To do this go into your automation, top right 3 dots, Edit in YAML, copy all the code, come back to the forum and in your reply at the top tool bar click on “</>” and paste code in there.
Love the blueprint!
I’m having a lot of inconsistencies after upgrading from an embarrassingly old version of your blueprint (1.4) and can’t wrap my head around whats wrong:
alias: Garage door open reminder
description: ""
use_blueprint:
path: Blackshome/state-notifications-and-actions.yaml
input:
start_trigger_state_entity:
- cover.ratgdo32disco_ce058c_door
start_trigger_state: Open
start_time_delay_state:
hours: 0
minutes: 5
seconds: 0
include_start_action_buttons:
- enable_start_action_button_1
start_action_button_1: Close garage door
start_action_1:
- action: cover.close_cover
metadata: {}
data: {}
target:
device_id: 66e3d06beb221da00f5204977d02a556
include_start_notify: enable_start_notify_options
start_notify_device:
- b2b279a613679d86d0ebc7e22dac9754
- 959d00bd641e3bad0554b8c8f52bdc3f
start_title: 🚘🅿️🏚️Garage door is open
start_message: Would you like to close it?
start_notify_tag: garage-door
start_notify_icon: mdi:garage-alert
start_notify_icon_colour:
- 255
- 41
- 226
start_notify_data:
- sticky
- icon
- channel
start_notify_channel: High
I’m trying to bring up an actionable notification when the gdoor is left open. It doesn’t trigger once the door opens. I had issues earlier with the script not triggering when my user was not Home (Away) but it does work for when a group (Myself and my wife) are both home and away. I’m missing something here. Thanks for the help.
EDIT: I was able to make it trigger by using the CLOSED limit sensor being OFF. This is probably the more secure way to run this script since the door could be opened manually and would still trigger. Thank you for the assistance
Retrigger Sleep Time
amount of time when the automation will not trigger if still within the sleep time. example: Motion sensor triggers the blueprint/automation. In the BP Sleep Time is set to 5 minutes, The BP/automation will not trigger again if the last trigger was within 5 minutes. No helper needed.
Temporary Bypass Time
number of minutes to completely stop the BP from triggering. Uses a Number Helper or Timer Helper. If the value is 0, or timer is not running, there is no bypass.
The user to set a value for the helper from the Actionable Notifications or manually from anywhere.
example: super windy day and the trees are setting off motion sensors so you want to disable the notifications for an extended period of time. You get a mobile notification and you select the action to disable for 6 hours. the notification sets the helper to 360 (aka, 360 minutes) since that is what the user setup in the blueprint’s action section.
adding a Global Condition is a lot more complex (and adds a lot more administrative overhead) vs something built into the blueprint, like a ‘wait’ at the end to stop it from retriggering.