Updated with Links to Breakdown. https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html
This commit is contained in:
parent
10a3e46f74
commit
58ecec0f69
|
@ -4,6 +4,12 @@
|
||||||
# @package : Holidays
|
# @package : Holidays
|
||||||
# @description : Retrieves the holiday
|
# @description : Retrieves the holiday
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
#-------------------------------------------
|
||||||
|
# Holiday Package
|
||||||
|
# @CCOSTAN
|
||||||
|
# Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||||
|
# Video Breakdown - https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html
|
||||||
|
#-------------------------------------------
|
||||||
## Modified for my own fun stuff!
|
## Modified for my own fun stuff!
|
||||||
|
|
||||||
homeassistant:
|
homeassistant:
|
||||||
|
@ -38,6 +44,9 @@ sensor:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ holiday }}
|
{{ holiday }}
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# Sensor Uses Flag data from this calendar - http://www.webcal.fi/en-US/flag_days.php
|
||||||
|
################################################################################
|
||||||
- platform: rest
|
- platform: rest
|
||||||
resource: http://www.webcal.fi/cal.php?id=335&format=json&start_year=current_year&end_year=current_year&tz=America%2FNew_York
|
resource: http://www.webcal.fi/cal.php?id=335&format=json&start_year=current_year&end_year=current_year&tz=America%2FNew_York
|
||||||
name: Flag
|
name: Flag
|
||||||
|
|
|
@ -277,7 +277,8 @@ automation:
|
||||||
"My Full Smart Home diagram and #IOT icon set that you can download to build your own! - (https://www.vcloudinfo.com/2018/07/the-bear-stone-home-assistant-icon.html),"
|
"My Full Smart Home diagram and #IOT icon set that you can download to build your own! - (https://www.vcloudinfo.com/2018/07/the-bear-stone-home-assistant-icon.html),"
|
||||||
"Be sure to like me on Facebook and join our HA group! (https://www.facebook.com/groups/HomeAssistant/) (https://www.facebook.com/VMwareInfo/) (https://www.facebook.com/BearStoneHA/)",
|
"Be sure to like me on Facebook and join our HA group! (https://www.facebook.com/groups/HomeAssistant/) (https://www.facebook.com/VMwareInfo/) (https://www.facebook.com/BearStoneHA/)",
|
||||||
"You can see how ALL of this is done by browsing my GitHub Repository (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
"You can see how ALL of this is done by browsing my GitHub Repository (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||||
"10 year safety check. If you haven't done it yet, you need to! (https://www.vcloudinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html)"
|
"10 year safety check. If you haven't done it yet, you need to! (https://www.vcloudinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html)",
|
||||||
|
"Breaking down the Home Assistant Flag Sensor (https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html)"
|
||||||
] %}
|
] %}
|
||||||
{% set hashtags = [
|
{% set hashtags = [
|
||||||
"#Throwback"
|
"#Throwback"
|
||||||
|
|
|
@ -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
|
||||||
|
# https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html
|
||||||
######################################################################################################
|
######################################################################################################
|
||||||
#Color Table
|
#Color Table
|
||||||
# http://www.colorhexa.com/color-names
|
# http://www.colorhexa.com/color-names
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
# 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
|
# http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html
|
||||||
|
# https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.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:
|
||||||
|
|
Loading…
Reference in New Issue