From 77343c473bd5cafb1759b1c9b5c7a76200e55329 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 8 Mar 2020 13:11:58 +0200 Subject: [PATCH] Refactor automations --- lovelace/03_system.yaml | 4 +++- packages/functions/system.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lovelace/03_system.yaml b/lovelace/03_system.yaml index f9c9e87..b240085 100644 --- a/lovelace/03_system.yaml +++ b/lovelace/03_system.yaml @@ -7,7 +7,7 @@ cards: title: Automations entities: - entity: input_boolean.routine_welcome_home - - entity: automation.presence_arrival_detection + - entity: automation.presence_arrival_detecion - entity: automation.coming_home - entity: automation.leaving_home - entity: automation.cube_knock @@ -21,6 +21,8 @@ cards: - entity: automation.domestina_automate_end - entity: automation.domestina_end - entity: automation.camera_startup + - entity: automation.camera_turn_off_on_startup + - entity: automation.system_announce_start show_header_toggle: false - type: entities diff --git a/packages/functions/system.yaml b/packages/functions/system.yaml index 712dd64..6d13662 100644 --- a/packages/functions/system.yaml +++ b/packages/functions/system.yaml @@ -5,7 +5,7 @@ script: service: homeassistant.restart automation: - - id: announce_start + - id: system_announce_start alias: System - Announce start trigger: platform: homeassistant