diff --git a/README.md b/README.md
index 3c0d47b0..043badac 100755
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ As of 2018, I have migrated everything to a Docker based platform. You can read
#### Notable Software on my Laptop Host:
-* [Docker](https://Docker.com) - Docker runs on a Ubuntu Server Core base. [Video on Ubuntu Upgrades](https://youtu.be/w-YNtU1qtlk)
+* [Docker](https://Docker.com) - Docker runs on a Ubuntu Server Core base. [Video on Ubuntu Upgrades](https://youtu.be/w-YNtU1qtlk)
* [Youtube Video on Upgrading Home Assistant in Docker](https://youtu.be/ipatCbsY-54) - Be sure to Subscribe to get all Home Assistant videos.
* [Home Assistant Container](https://home-assistant.io/) - It all starts here.
* The amazing [Floorplan](https://github.com/pkozul/ha-floorplan) project to help visualize my smarthome.
@@ -508,6 +508,7 @@ Holiday Lights Script - /config/script/monthly_color_scene.yaml
Holiday Lights Scenes - /config/scene/monthly_colors.yam
+http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html
Turns living room lights `red` when a Window or Door is opened past sunset. Resets to `yellow/gold` when all doors/windows are closed.
DIY Alarm package - /config/packages/alarm.yaml
@@ -520,6 +521,14 @@ DIY Alarm package - /config/packages/alarm.yaml
Part 2 - Adding to Automations
+
+YouTube Demos of the Holiday lights
+
+
+ Valentine's Day Video
+
+ Halloween Light Video
+
@@ -737,6 +746,14 @@ Garadget automations - /master/config/automation/garadget.yaml
Motion automations - /config/script/front_house_motion.yaml
+
+YouTube Demos of the Holiday lights
+
+
+ Valentine's Day Video
+
+ Halloween Light Video
+
|
diff --git a/config/packages/holiday.yaml b/config/packages/holiday.yaml
index 7212c4c4..35aed73b 100755
--- a/config/packages/holiday.yaml
+++ b/config/packages/holiday.yaml
@@ -85,6 +85,7 @@ automation:
" #DayOff",
"(http://www.vmwareinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html)",
"(http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html)",
+ "https://www.vcloudinfo.com/2019/02/everyday-holiday-smart-lights-valentines-day-edition.html)",
"#{{ states.sensor.holiday.state }}"
] | random }}
image: >-
diff --git a/config/script/monthly_color_scene.yaml b/config/script/monthly_color_scene.yaml
index 7efe6b28..01a24ca1 100755
--- a/config/script/monthly_color_scene.yaml
+++ b/config/script/monthly_color_scene.yaml
@@ -3,6 +3,7 @@
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# Youtube Video description of how I use this script
# https://www.vcloudinfo.com/2018/10/easy-smart-home-gadgets-i-use-for-my.html
+# http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html
######################################################################################################
###Script to turn on scene for the appropriate month for the front of the house but only when the sun is down.
# action:
|