Hello All,
I have nine humidity sensors and would like to receive a notification on my iPhone when the batteries fall below 10%.
I’d like the notification to include the name of the sensor(s) that triggered the notification.
I’ve done a test with this configuration, but without success:
alias: Test
description: ""
triggers:
- trigger: numeric_state
entity_id:
- sensor.buanderie_batterie
below: 95
conditions: []
actions:
- action: notify.mobile_app_iphone_patrick
metadata: {}
data:
title: Low battery
message: "{{ state_attr(trigger.entity_id, 'friendly_name') }}"
mode: single
I’m sure my mistake is basic…
Thanks and regards,
Patrick
2 posts - 2 participants