mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 02:54:41 +00:00
Added more holiday colors - Easter, Cinco De Mayo.
This commit is contained in:
@@ -67,6 +67,11 @@ monthly_color_scene:
|
||||
{%- elif now().strftime("%m%d")|int >= 314
|
||||
and now().strftime("%m%d")|int <= 317-%}
|
||||
st_patty
|
||||
{%- elif now().strftime("%m%d")|int >= 414
|
||||
and now().strftime("%m%d")|int <= 416-%}
|
||||
easter
|
||||
{%- elif now().strftime("%m%d")|int == 505 -%}
|
||||
cinco_de_mayo
|
||||
{%- else -%}
|
||||
standard
|
||||
{%- endif -%}_colors
|
||||
|
Reference in New Issue
Block a user