diff --git a/.HA_VERSION b/.HA_VERSION index ce0b2067..095a1087 100755 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -0.37.1 \ No newline at end of file +0.38.0 \ No newline at end of file diff --git a/scene/monthly_colors.yaml b/scene/monthly_colors.yaml index 70f14592..0496d5d1 100755 --- a/scene/monthly_colors.yaml +++ b/scene/monthly_colors.yaml @@ -36,19 +36,22 @@ entities: group.outdoor_front_lights: state: 'on' - color_name: 'Dark Spring Green' + #color_name: 'Dark Spring Green' + rgb_color: [23,114,69] - name: month_RWB_colors entities: light.outdoor_foyer: state: 'on' - color_name: 'Cream' + #color_name: 'Cream' + rgb_color: [255,253,208] light.outdoor_sconce_1: state: 'on' color_name: 'Red' light.outdoor_sconce_2: state: 'on' - color_name: 'White' + #color_name: 'White' Smoke + rgb_color: [245,245,245] light.outdoor_sconce_3: state: 'on' color_name: 'Blue' @@ -58,7 +61,7 @@ group.outdoor_front_lights: state: 'on' color_name: 'White' - brightness: 255 + brightness: 250 \ No newline at end of file diff --git a/script/monthly_colors_scene.yaml b/script/monthly_colors_scene.yaml index e08ff60f..72bcad64 100755 --- a/script/monthly_colors_scene.yaml +++ b/script/monthly_colors_scene.yaml @@ -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 diff --git a/script/voice_notify.yaml b/script/voice_notify.yaml index 27ccd61f..f15133d9 100755 --- a/script/voice_notify.yaml +++ b/script/voice_notify.yaml @@ -25,7 +25,7 @@ voice_notify: conditions: - condition: time after: '09:00:00' - before: '21:00:00' + before: '22:00:00' - condition: state entity_id: input_boolean.alert_mode state: 'on'