Could you share a trace log of the automation run when this error appears?
@panhans You have built an awsome blueprint! ![]()
Great blueprint and working well for me. I’m getting repeated notifications for doors left open and it’s working great.
My question: is there a way to get a notification when the door closes that “The door has been closed”?
I was able to run the blueprint.
The error with the notifications was related because 2 of my devices were initially registered with the same names even if they have been manually modified after. But this is only at the first registration that is relevant. I had to deleted my devices and register it again.
For the others errors, I was not used the right state. I thinked I should use the state provided by zigbee2mqtt, but I saw in the forum that I need to use the “on” state.
Thanks for your job
BR
Thanks for the great blueprint!
One idea: It would be so nice if the blueprint could send actionable notifications as well
Like getting a notification on my phone while alarmo is in pending state and being able to turn off with just one tap as well. Any idea how to get there?
Hi @panhans ! You helped me a long time ago. Blueprint has been working perfect! One question. Can you please explain how the “stop notifying” function works? Meaning, when will it start notifying again?
I believe that it stops notifying forever. If so then is it possible to have it stop notifying for 12 hours, or something to that effect, so that it eventually resets? Thanks!
Hi, I am facing this error message in Log and also Repair is proposed in HA for my automation using this blueprint with version 3.1.3:
The automation “
Notification - Go to Bed” (
automation.notification_go_to_bed) has an unknown action:notify.sleep.This error prevents the automation from running correctly. Maybe this action is no longer available, or perhaps a typo caused it.
To fix this error, edit the automation and remove this action.
YAML:
alias: 💬 Notification - Go to Bed
description: ""
use_blueprint:
path: panhans/entity_state_notification.yaml
input:
input_entities:
- binary_sensor.aqara_bewegung_dachstudio_occupancy
input_entity_states:
- "on"
input_custom_condition:
- condition: time
after: "23:00:00"
weekday:
- mon
- tue
- wed
- thu
- sun
input_notify_devices:
- 7f57dda6f938b44a57da934b079148bd
input_notify_groups:
- sleep
input_title: Sleep well
input_message: Go to Bed
input_persistent_notification: false
input_ha_notification: true
input_status_bar_icon: mdi:bed-clock
input_notification_color:
- 34
- 78
- 211
input_group: notification-group-sleep
input_period:
hours: 0
minutes: 10
seconds: 0
input_stop_button_text: Stop reminding
input_custom_action_on: []
Actually it is not fully clear how this action “notify.sleep” is build.
Has anyone an idea?
input_notify_groups is for grouped devices that should be notified. E.g. you can define a group of the devices of your kids. With a notifiy group home assistant provides a new service called like notify.group_name.
Sry, for the late reply. I will put this on my list. ![]()
Were you ever able to fix this? I’m having this issue right now but only with 2 sensor entities tied to my Litter Robot litterbox. other entities and automations and notifications work just fine.
Entity State Notification V3.2.0 ![]()
it seems 2025.10 breaks the notification ![]()
For me too ![]()
I found this blueprint a bit more options …but the other one is working, this one isn’t.
Thanks for reporting. I will check this.
The problem with ha 2025.10 is fixed now.
Thanks for the quick update. Its working now.
do we need to do anything extra like redo the automation or just need to update the blueprint? I just tried but it doesn’t work for me yet ![]()
edit: nevermind, working perfectly, a quick restart after updating the blueprint made everything work again.
Hi,
Love your work!
Is it possible to notify the house via a some equivalent of Text To Speech?
I tried adding some code to address this
action: notify.annonce metadata: {} data: message: The window is open
But so far no luck.
Thanks
this automation used to work great until 2025.10, but doesn’t run for me any more with various errors. i’ve updated the blueprint, and updated to the latest HA, 2025.10.2.
Thank you so much for taking the time to add this @panhans! I really appreciate it.
The custom notification action is displayed now, but unfortunately it can not be triggered.
I tried it with different defined actions and slammed the realted button under my notification like crazy but nothing happened. Also in the trace it shows as not triggered. Am I doing something wrong?
