From b5cc447eca11abd08278bff4ec2d45eb22eb38ed Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 8 Mar 2020 22:21:34 +0200 Subject: [PATCH] Fix entity id --- lovelace/03_system.yaml | 2 +- packages/modules/security.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lovelace/03_system.yaml b/lovelace/03_system.yaml index e8d7523..530c080 100644 --- a/lovelace/03_system.yaml +++ b/lovelace/03_system.yaml @@ -8,7 +8,7 @@ cards: entities: - entity: input_boolean.routine_welcome_home - entity: automation.presence_arrival_detection - - entity: automation.door_opened_while_away + - entity: automation.security_door_opened_while_away - entity: automation.coming_home - entity: automation.leaving_home - entity: automation.cube_knock diff --git a/packages/modules/security.yaml b/packages/modules/security.yaml index 8cacfb2..380dd87 100644 --- a/packages/modules/security.yaml +++ b/packages/modules/security.yaml @@ -93,7 +93,7 @@ automation: - service: switch.turn_off entity_id: switch.camera - - id: door_opened_while_away + - id: security_door_opened_while_away alias: Security ยท Door opened while away trigger: - platform: state