From 712bd7096cff0321e59229fef0453efb29eb99e0 Mon Sep 17 00:00:00 2001
From: Jeffrey Stone <thejeffreystone@gmail.com>
Date: Wed, 24 Jul 2019 14:10:05 -0400
Subject: [PATCH] Fixed issue with script declaration

---
 configuration.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configuration.yaml b/configuration.yaml
index 70beadb..7d5e9e6 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_dir_merge_list scipts
+script: !include_dir_merge_named scripts
 intent_script: !include intents/intents.yaml
 scene: !include scenes.yaml
 input_select: !include input_select.yaml