“I’m trying to create an automation so that I receive a notification when someone comes home. What am I doing wrong?” Can someone please help.
alias: Nachricht wenn jemand nach Hause kommt
description: >-
xxx
triggers:
- entity_id:
- person.xxx
- person.xxx
- person.xxx
to:
- home
trigger: state
from:
- not_home
conditions: []
actions:
- data:
title: Ankunft zu Hause
message: |
{{ states[to_state.entity_id].name }} ist gerade nach Hause gekommen.
action: notify.mobile_app_iphone_xxx
mode: single