|
|
|
|
@ -20,10 +20,29 @@ monthly_color_scene:
|
|
|
|
|
name: "Launching Scene:"
|
|
|
|
|
message: >
|
|
|
|
|
"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] }}
|
|
|
|
|
standard
|
|
|
|
|
{%- endif -%}_colors"
|
|
|
|
|
|
|
|
|
|
- service: scene.turn_on
|
|
|
|
|
|