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