]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added possibility to save script and automation using UI
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 5 Oct 2022 02:49:03 +0000 (04:49 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 5 Oct 2022 02:49:03 +0000 (04:49 +0200)
automations.yaml [new file with mode: 0644]
configuration.yaml
scripts.yaml [new file with mode: 0644]

diff --git a/automations.yaml b/automations.yaml
new file mode 100644 (file)
index 0000000..fe51488
--- /dev/null
@@ -0,0 +1 @@
+[]
index cef7c457c5642703a491a0f9f6f6295ec4a304e5..52178d2bb698e3f67589822804944a2e1b436b7b 100644 (file)
@@ -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 (file)
index 0000000..0967ef4
--- /dev/null
@@ -0,0 +1 @@
+{}