hi, I have a simple automation, but the second part is never triggering I want it to start heating and then wait for the temp to be over a number. It seems to check just once. What I am missing?
alias: Keep the spabad warm
description: ''
trigger:
- type: temperature
platform: device
device_id: 3fb3918d8b9b24301c38a489273363
entity_id: sensor.layzspa_temperature
domain: sensor
below: 30
condition: []
action:
- type: turn_on
device_id: 3fb3918d8b9b24301c38a489273363
entity_id: switch.layzspa_heat_regulation
domain: switch
- service: notify.mobile_app_m2101k6g
data:
message: Start heating the spabad
- wait_for_trigger:
- type: temperature
platform: device
device_id: 3fb3918d8b9b24301c38a489273363
entity_id: sensor.layzspa_temperature
domain: sensor
above: 33
continue_on_timeout: false
- type: turn_off
device_id: 3fb3918d8b9b24301c38a489273363
entity_id: switch.layzspa_pump
domain: switch
- service: notify.mobile_app_m2101k6g
data:
message: Finish heating the spabad
mode: single
This is the debug: