From 2a0d1aa1dcc47f1d960b86affe34acb976c97f86 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 8 Mar 2020 13:12:48 +0200 Subject: [PATCH] More automations refactoring --- packages/functions/presence.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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