I am trying to create a scene that will lock my doors and set my ecobee thermostat to 78. I am not getting any errors but the scene does not work. Could someone please point me in the right direction. I saw that some other people are having the same problems but the answers are not clear. Here is what I have in my scene.yaml file. The doors lock fine.
‘’’
- name: Baseline
entities:
lock.backdoor_deadbolt_10: lock
lock.backdoor_lock_7: lock
lock.front_door_lock_11: lock
service:
climate.set_tempature:
data:
entity_id: climate.thermostat
temperature: 78
‘’’