Hi, I have a bunch of users registered in my Home Assistant and also some automations and scripts which send notifications. Right now I am using notification groups to send notifications to multiple devices. I am trying to find a way to send notifications just to the device which triggered the automation or script.
In case of an automation, there is the trigger.entity_id variable. But I can’t seem to send a notification to a device by its entitiy_id.
For scripts, I couldn’t find a way how to identify the device which triggered the script.
Is something like that possible in HomeAssistant?
Thank you in advance.