I would like to have it check the sensor for when it not only crosses but also is above the value 10. Then to keep sending me warning messages until its below.
description: Announces when the temperature of the fridge is too high
triggers:
- entity_id: sensor.fridge_temp_meter_XXXX_temperature
above: "10"
for: "00:00:10"
trigger: numeric_state
conditions:
- condition: numeric_state
entity_id: sensor.fridge_temp_meter_XXXX_temperature
above: 10
actions:
- action: browser_mod.popup
metadata: {}
data:
dismissable: true
autoclose: false
allow_nested_more_info: true
browser_id:
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
content: The fridge door may be open!
title: Warning Fridge Temperature is High