The automation yaml looks like this.
- id: '1633724081046'
alias: Ogrz garaż wyłącz
description: ''
trigger:
- platform: state
entity_id: climate.tze200_cwnjrr72_ts0601_321825fe_thermostat
attribute: current_temperature
from: '11'
to: '13'
condition: []
action:
- service: climate.set_temperature
target:
entity_id:
- climate.tze200_cwnjrr72_ts0601_321825fe_thermostat
data:
temperature: 6
hvac_mode: heat_cool
mode: single
I want to change temp when current temp on this decive goes above 11. But it doesnt work.