Updated for new versions of HA - Also added in JuneTeenth Flag Holiday
This commit is contained in:
parent
5368936e14
commit
f63ff35410
|
@ -1 +1 @@
|
|||
0.94.1
|
||||
0.94.3
|
|
@ -23,6 +23,7 @@
|
|||
"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.",
|
||||
"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. ",
|
||||
"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."
|
||||
|
|
|
@ -49,6 +49,9 @@ monthly_color_scene:
|
|||
mothers_day
|
||||
{%- elif now().strftime("%m%d")|int == 616 -%}
|
||||
fathers_day
|
||||
{%- elif now().strftime("%m%d")|int >= 619
|
||||
and now().strftime("%m%d")|int <= 619-%}
|
||||
RWB
|
||||
{%- elif now().strftime("%m%d")|int >= 1001
|
||||
and now().strftime("%m%d")|int <= 1031-%}
|
||||
halloween
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue