From dd5315519f6579e0a7fd797fa21063fef3182cf5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Tue, 23 Jul 2019 09:40:45 -0400 Subject: [PATCH] Moving scripts to a folder to make it easier to seperate scripts being tested --- configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 5406741..70beadb 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -183,7 +183,7 @@ sensor: !include_dir_merge_list sensors binary_sensor: !include_dir_merge_list binary_sensors light: !include_dir_merge_list lights switch: !include_dir_merge_list switches -script: !include scripts.yaml +script: !include_dir_merge_list scipts intent_script: !include intents/intents.yaml scene: !include scenes.yaml input_select: !include input_select.yaml