#ISO : Template / Script / Automation - extract all Group Entity Names + States

1 messages · Page 1 of 1 (latest)

tame sigil
#

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:

  1. 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
  2. Place the 'last changed' Entity name & value into an Entity to be used to send mobile notifications

    • Notification example :: "Bedroom Window just Opened"
  3. 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!