Hi, Maybe someone can help me troubleshoot this. I’m trying to use set_temperature from Climate as documented here.
My action section of the automation is this:
action:
- data: {}
entity_id: climate.family_room
service: climate.turn_on
- data:
hvac_mode: heat_cool
target_temp_high: 75
target_temp_low: 67
entity_id: climate.family_room
service: climate.set_temperature
I’m getting this error from Home Assistant.
Missing valid arguments for set_temperature in {'hvac_mode': 'heat_cool', 'target_temp_high': 75.0, 'target_temp_low': 67.0, 'entity_id': ['climate.family_room']}
I believe this was working before I upgraded to 0.109.2. I can’t find anything in the release notes that this has changed recently and it seems to match the documentation.
Any pointers appreciated