diff --git a/config/customize/scenes.yaml b/config/customize/scenes.yaml index 2780f507..00028b11 100755 --- a/config/customize/scenes.yaml +++ b/config/customize/scenes.yaml @@ -33,8 +33,8 @@ scene.month_easter_colors: -scene.month_marti_gras_colors: - friendly_name: 'Month Marti Gras Colors' +scene.month_mardi_gras_colors: + friendly_name: 'Month mardi Gras Colors' hidden: True diff --git a/config/scene/monthly_colors.yaml b/config/scene/monthly_colors.yaml index cb0a2a21..9831364c 100755 --- a/config/scene/monthly_colors.yaml +++ b/config/scene/monthly_colors.yaml @@ -67,7 +67,7 @@ state: 'on' color_name: 'Crimson' -- name: month_marti_gras_colors +- name: month_mardi_gras_colors entities: light.outdoor_foyer: state: 'on' diff --git a/config/script/monthly_color_scene.yaml b/config/script/monthly_color_scene.yaml index 6437e0a9..7efe6b28 100755 --- a/config/script/monthly_color_scene.yaml +++ b/config/script/monthly_color_scene.yaml @@ -30,7 +30,7 @@ monthly_color_scene: and now().strftime("%m%d")|int <= 214-%} valentine {%- elif now().strftime("%m%d")|int == 305 -%} - marti_gras + mardi_gras {%- elif now().strftime("%m%d")|int == 314 -%} pi {%- elif now().strftime("%m%d")|int >= 315