diff --git a/packages/functions/presence.yaml b/packages/functions/presence.yaml index 4c04d1e..691a360 100644 --- a/packages/functions/presence.yaml +++ b/packages/functions/presence.yaml @@ -54,7 +54,7 @@ binary_sensor: automation: # When my state changes to "home", wait for 15 minutes for the door to be opened, and then mark me as home - - id: arrival_detecion + - id: presence_arrival_detecion alias: Presence - Arrival detection trigger: platform: state @@ -118,5 +118,5 @@ homeassistant: automation.leaving_home: icon: mdi:home - automation.arrival_detecion: + automation.presence_arrival_detecion: icon: mdi:account-plus-outline