Updated with YouTube Demo Links - https://youtu.be/nsWq4uVrQ0g

This commit is contained in:
ccostan 2019-02-19 01:17:07 -05:00
parent 57b95ad884
commit 10a3e46f74
3 changed files with 20 additions and 1 deletions

View File

@ -61,7 +61,7 @@ As of 2018, I have migrated everything to a Docker based platform. You can read
<hr> <hr>
#### <a name="software"></a>Notable Software on my Laptop Host: #### <a name="software"></a>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. * [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. * [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. * 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</a><br>
<a href=https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/scene/monthly_colors.yaml> <a href=https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/scene/monthly_colors.yaml>
Holiday Lights Scenes - /config/scene/monthly_colors.yam</a><br> Holiday Lights Scenes - /config/scene/monthly_colors.yam</a><br>
</details><details> </details><details>
http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html
<summary>Turns living room lights `red` when a Window or Door is opened past sunset. Resets to `yellow/gold` when all doors/windows are closed.</summary><p align="center"> <summary>Turns living room lights `red` when a Window or Door is opened past sunset. Resets to `yellow/gold` when all doors/windows are closed.</summary><p align="center">
<a href=https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/packages/alarm.yaml#L289-L299> <a href=https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/packages/alarm.yaml#L289-L299>
DIY Alarm package - /config/packages/alarm.yaml</a><br> DIY Alarm package - /config/packages/alarm.yaml</a><br>
@ -520,6 +521,14 @@ DIY Alarm package - /config/packages/alarm.yaml</a><br>
<a href=https://youtu.be/lyjRHYKkG98> <a href=https://youtu.be/lyjRHYKkG98>
Part 2 - Adding to Automations</a><br> Part 2 - Adding to Automations</a><br>
</details> </details>
<details>
<summary>YouTube Demos of the Holiday lights</summary>
<p align="center">
<a href=https://youtu.be/nsWq4uVrQ0g>
Valentine's Day Video</a><br>
<a href=https://youtu.be/ylPzQ0s7zxc>
Halloween Light Video</a><br>
</details>
</td></tr> </td></tr>
<tr><td colspan="4"> <tr><td colspan="4">
@ -737,6 +746,14 @@ Garadget automations - /master/config/automation/garadget.yaml</a><br>
<a href=https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/script/front_house_motion.yaml> <a href=https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/script/front_house_motion.yaml>
Motion automations - /config/script/front_house_motion.yaml</a><br> Motion automations - /config/script/front_house_motion.yaml</a><br>
</details> </details>
<details>
<summary>YouTube Demos of the Holiday lights</summary>
<p align="center">
<a href=https://youtu.be/nsWq4uVrQ0g>
Valentine's Day Video</a><br>
<a href=https://youtu.be/ylPzQ0s7zxc>
Halloween Light Video</a><br>
</details>
</td></tr> </td></tr>
<tr><td colspan="4"> <tr><td colspan="4">

View File

@ -85,6 +85,7 @@ automation:
" #DayOff", " #DayOff",
"(http://www.vmwareinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html)", "(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)", "(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 }}" "#{{ states.sensor.holiday.state }}"
] | random }} ] | random }}
image: >- image: >-

View File

@ -3,6 +3,7 @@
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# Youtube Video description of how I use this script # Youtube Video description of how I use this script
# https://www.vcloudinfo.com/2018/10/easy-smart-home-gadgets-i-use-for-my.html # 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. ###Script to turn on scene for the appropriate month for the front of the house but only when the sun is down.
# action: # action: