I have a binary sensor group helper, and its members are other binary sensors. Its set to all entities, which means its only on in the event all members are also on.
These binary sensors represent the status of wifi connected devices around the house.
I currently have a notification sent out when the helper goes from on to off, but id like to be able to extract what device triggered that ?
The logbook contains that info β is there any way to extract that and use it as part of the notification ?
TLDR; rather than saying hey sometihng is wrong when a helper sensor changes state, can i get more specific as to what triggered that state change and send it as part of the notification?