#Automations for my thermostat
1 messages · Page 1 of 1 (latest)
alias: Thermostaat 16°C (niet thuis)
description: ""
trigger:
- platform: state
entity_id:- group.family
from: home
to: not_home
for:
hours: 0
minutes: 0
seconds: 0
condition: []
action:
- group.family
- service: climate.set_temperature
data:
temperature: 16
target:
entity_id: climate.tado_smart_thermostat_ru0973941248
mode: single
alias: Thermostaat 19°C (thuis)
description: ""
trigger:
- platform: zone
entity_id: person.robbert
zone: zone.home
event: enter - platform: zone
entity_id: person.mirthe
zone: zone.home
event: enter
condition: - condition: time
after: "07:00:00"
before: "22:00:00"
weekday:- mon
- tue
- wed
- thu
- fri
- sat
- sun
action:
- service: climate.set_temperature
data:
temperature: 19
target:
entity_id: climate.tado_smart_thermostat_ru0973941248