New to HA and can barely spell YAML so hoping to learn by real-world examples. I've searched the forums and web and not found anything to solve this...
This all revolves around Real-Time updates/info from Entity Groups
Goals:
-
Dashboard card that Lists all Entities from a group which match a given state : Open/Close, On/Off, etc
- to see which Windows are open, or doors unlocked, etc
-
Place the 'last changed' Entity name & value into an Entity to be used to send mobile notifications
- Notification example :: "Bedroom Window just Opened"
-
Place the filtered list in an Entity that can be used to send mobile notifications with the list
- Notification example :: "Current Open Windows... <list>"
I appreciate the help!