Refactor automations

This commit is contained in:
2020-03-08 13:11:58 +02:00
parent 67cca3fa38
commit 77343c473b
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -7,7 +7,7 @@ cards:
title: Automations title: Automations
entities: entities:
- entity: input_boolean.routine_welcome_home - entity: input_boolean.routine_welcome_home
- entity: automation.presence_arrival_detection - entity: automation.presence_arrival_detecion
- entity: automation.coming_home - entity: automation.coming_home
- entity: automation.leaving_home - entity: automation.leaving_home
- entity: automation.cube_knock - entity: automation.cube_knock
@@ -21,6 +21,8 @@ cards:
- entity: automation.domestina_automate_end - entity: automation.domestina_automate_end
- entity: automation.domestina_end - entity: automation.domestina_end
- entity: automation.camera_startup - entity: automation.camera_startup
- entity: automation.camera_turn_off_on_startup
- entity: automation.system_announce_start
show_header_toggle: false show_header_toggle: false
- type: entities - type: entities
+1 -1
View File
@@ -5,7 +5,7 @@ script:
service: homeassistant.restart service: homeassistant.restart
automation: automation:
- id: announce_start - id: system_announce_start
alias: System - Announce start alias: System - Announce start
trigger: trigger:
platform: homeassistant platform: homeassistant