mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-16 18:44:58 +00:00
Rainy day code fixed. and started downthe oliday path for colored front lights.
This commit is contained in:
@@ -30,9 +30,55 @@ monthly_color_scene:
|
||||
data_template:
|
||||
entity_id: >
|
||||
"scene.month_
|
||||
{%- if now().strftime("%m%d")|int > 202 and now().strftime("%m%d")|int < 206 -%}
|
||||
valentines_day
|
||||
{%- if now().strftime("%m%d")|int == 101 -%}
|
||||
new_years_day
|
||||
{%- elif now().strftime("%m%d")|int == 212
|
||||
or now().strftime("%m%d")|int == 220
|
||||
or now().strftime("%m%d")|int == 520
|
||||
or now().strftime("%m%d")|int == 529
|
||||
or now().strftime("%m%d")|int == 614
|
||||
or now().strftime("%m%d")|int == 704
|
||||
or now().strftime("%m%d")|int == 904
|
||||
or now().strftime("%m%d")|int == 911
|
||||
or now().strftime("%m%d")|int == 1111
|
||||
-%}
|
||||
RWB
|
||||
{%- elif now().strftime("%m%d")|int >= 210
|
||||
and now().strftime("%m%d")|int <= 214-%}
|
||||
valentine
|
||||
{%- elif now().strftime("%m%d")|int == 228 -%}
|
||||
marti_gras
|
||||
{%- elif now().strftime("%m%d")|int >= 314
|
||||
and now().strftime("%m%d")|int <= 317-%}
|
||||
st_patty
|
||||
{%- else -%}
|
||||
{{ states('sensor.date').split('-')[1] }}
|
||||
{%- endif -%}_colors"
|
||||
|
||||
|
||||
|
||||
# http://www.calendar-365.com/holidays/2017.html
|
||||
# 101 New_years_day (colorloop)
|
||||
# RWB 212 Lincoln's Birthday
|
||||
# 214 Valentine's Day (pink, red)
|
||||
# RWB 220 President's Day
|
||||
# 228 Mardi Gras (purple, green, gold )
|
||||
# 317 st Patty (green)
|
||||
# 414 Good Friday
|
||||
# 416 Easter
|
||||
# 422 Earth Day
|
||||
# 505 Cinco de Mayo
|
||||
# 514 Mother's Day
|
||||
# RWB 520 Armed Forces Day
|
||||
# RWB 529 Memorial Day
|
||||
# RWB 614 Flag Day
|
||||
# 618 Fathers day
|
||||
# RWB 704 July 4th
|
||||
# RWB 904 Labor Day
|
||||
# RWB 911 Patriots day
|
||||
# 1009 columbus day
|
||||
# 1031 halloween
|
||||
# RWB 1111 veterans day
|
||||
# 1123 Thanksgiving
|
||||
# 1212 Hanukkah start 8 days.
|
||||
# 1225 Chrismas
|
||||
# 1231 New years eve
|
Reference in New Issue
Block a user