I have made a notification if the battery is more than 80% then send a message to the Iphone. But I keep getting this message if the battery is above this value. How can I ensure that this only happens once?
alias: Peugeot CAR Batt is > 80%
description: ""
triggers:
- trigger: numeric_state
entity_id:
- sensor.psa_battery_level
above: 80
conditions: []
actions:
- device_id: xxxxxxxxxxxxxxxxxxxxxxx
domain: mobile_app
type: notify
message: Peugeot batt is > 80 %
mode: single
2 posts - 2 participants