I appreciate the offer, it’s another persons Blueprint and about 1200 lines long. May be bugs in the Blueprint or HA related to Blueprints? Either way, not placing any blame.
This one. 📍 State Notifications & Actions
I’m a greenhorn with YAML and HA and fiddling with the Blueprint to learn something.
A group helper with all Aqara entry sensors in that group. Problem, group helpers don’t recognize a 2nd sensor opened if one is already opened. Ai said a template would help, but I didn’t get how to add a template.
I did read that documentation previously and added the ttl and priority info. If I take over the Blueprint, I’ll probably just break it, but could import again. Guess I’ll just dive in.
I’m really just fiddling with the Blueprint to learn some YAML, lol.
The alerts also seem to work in Alarmo ok.
This is mine, seems to work with above exception.
alias: An Entry Sensor Has Opened!
description: Investigate!
trigger:
- platform: state
entity_id:
- binary_sensor.aqara_entry_sensors_group
from: "off"
to: "on"
condition: []
action:
- service: notify.mobile_app_sm_s918u1
data:
message: Entry Sensors Opened?
title: Alert!
data:
ttl: 0
priority: high
mode: single