on my dashboard I have added the persons of the house, and added the mobiles as tracker. This works fine, the status reflects “Home” or “Away” correctly. Now I wanted this to trigger a heater, but it never triggers the automation… this is the yaml:
alias: A_Aaron_weg_Heizung_low
description: “”
triggers:
- trigger: zone
entity_id: person.xxxxxx
zone: zone.home
event: leave
conditions:
actions: - action: climate.set_temperature
am I doing something wrong?
3 posts - 2 participants