From: Giorgio Ravera Date: Wed, 5 Oct 2022 02:49:03 +0000 (+0200) Subject: Added possibility to save script and automation using UI X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=7d746d756daf56099628cb91cf91deea634f20a7;p=homeassistant.git Added possibility to save script and automation using UI --- diff --git a/automations.yaml b/automations.yaml new file mode 100644 index 00000000..fe51488c --- /dev/null +++ b/automations.yaml @@ -0,0 +1 @@ +[] diff --git a/configuration.yaml b/configuration.yaml index cef7c457..52178d2b 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -44,7 +44,8 @@ http: ###################################################################### # Automations -automation: !include_dir_merge_list automations/ +automation: !include automations.yaml +automation manual: !include_dir_merge_list automations/ # Home Assistant Cloud # cloud: @@ -91,7 +92,8 @@ person: #scene: !include_dir_merge_list scenes.yaml # Scripts -script: !include_dir_merge_named scripts/ +script: !include scripts.yaml +script manual: !include_dir_merge_named scripts/ # Stream #stream: diff --git a/scripts.yaml b/scripts.yaml new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/scripts.yaml @@ -0,0 +1 @@ +{}