I would like an automation to send me message or do any other action every time an integer value increases.
Example of yaml below.
And ny question is: what should I write instead of the "above 10" to trigger on any increment of the value?
Thanks. 😉
Ps.: I tried google and was not successfull, probably too dumb.
alias: Doprano
description: ""
triggers:
- trigger: numeric_state
entity_id:- sensor.aeg_pracka_se_susickou_totalcyclecounter
above: 10
conditions: []
actions:
- sensor.aeg_pracka_se_susickou_totalcyclecounter
- action: notify.mobile_app_motorola_edge_30
metadata: {}
data:
message: Pracka
mode: single