Updated for new versions of HA - Also added in JuneTeenth Flag Holiday

This commit is contained in:
ccostan 2019-06-19 11:01:56 -04:00
parent 5368936e14
commit f63ff35410
4 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
0.94.1 0.94.3

View File

@ -23,6 +23,7 @@
"If the sun is out, we do not need the exterior lights on. (https://github.com/CCOSTAN/Home-AssistantConfig#landscaping)", "If the sun is out, we do not need the exterior lights on. (https://github.com/CCOSTAN/Home-AssistantConfig#landscaping)",
"The sun is up so it is time to turn the outside lights off.", "The sun is up so it is time to turn the outside lights off.",
"I see the sun! Time to turn off the outside lights", "I see the sun! Time to turn off the outside lights",
"The Sun is up!"
"Dawn has broken in #Florida. Turning off the outside lights. ", "Dawn has broken in #Florida. Turning off the outside lights. ",
"Everyone will be up soon so time to turn off the outdoor landscaping lights. (https://www.vcloudinfo.com/2018/09/unboxing-philips-hue-calla-landscape.html)", "Everyone will be up soon so time to turn off the outdoor landscaping lights. (https://www.vcloudinfo.com/2018/09/unboxing-philips-hue-calla-landscape.html)",
"Good morning Twitter, the sun is up so it is time for me to turn the outside lights off." "Good morning Twitter, the sun is up so it is time for me to turn the outside lights off."

View File

@ -49,6 +49,9 @@ monthly_color_scene:
mothers_day mothers_day
{%- elif now().strftime("%m%d")|int == 616 -%} {%- elif now().strftime("%m%d")|int == 616 -%}
fathers_day fathers_day
{%- elif now().strftime("%m%d")|int >= 619
and now().strftime("%m%d")|int <= 619-%}
RWB
{%- elif now().strftime("%m%d")|int >= 1001 {%- elif now().strftime("%m%d")|int >= 1001
and now().strftime("%m%d")|int <= 1031-%} and now().strftime("%m%d")|int <= 1031-%}
halloween halloween

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB