How can I write here in the notification which device no longer has a battery, i.e. which device has triggered the automation?
description: ""
triggers:
- type: battery_level
device_id: xxx
entity_id: xxx
domain: sensor
trigger: device
below: 15
- type: battery_level
device_id: xxx
entity_id: xxx
domain: sensor
trigger: device
below: 15
conditions: []
actions:
- action: notify.mobile_app_xxx_handy
metadata: {}
data:
title: Battery empty
message: <Friendly Device Name> must be loaded!!
mode: single