Skip to content

Commit

Permalink
fix: presence automations
Browse files Browse the repository at this point in the history
  • Loading branch information
TribuneX committed Jul 10, 2024
1 parent dc490e5 commit a258180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/presence.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- alias: "Presence: User 2 left home"
initial_state: "on"
trigger:
- platform: zone
- platform: state
entity_id: device_tracker.user_2_iphone
from: "away"
condition:
Expand All @@ -17,7 +17,7 @@
- alias: "Presence: User 2 arrived at home"
initial_state: "on"
trigger:
- platform: zone
- platform: state
entity_id: device_tracker.user_2_iphone
to: "home"
action:
Expand Down

0 comments on commit a258180

Please sign in to comment.