Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 106221

Humidity sensors low battery notifications

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 106221

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>