diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 51855233..2055d5d0 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2025.2.0 \ No newline at end of file +2025.2.1 \ No newline at end of file diff --git a/config/packages/glances.yaml b/config/packages/glances.yaml index 08393078..f8e6a8f7 100755 --- a/config/packages/glances.yaml +++ b/config/packages/glances.yaml @@ -42,6 +42,6 @@ automation: - service: script.notify_engine data: title: "🔥 Proxmox Garage Alert!" - value1: "The average temperature of your Proxmox servers is above 90°F!" + value1: "The average temperature of your Proxmox servers is above 145°F!" who: 'carlo' group: 'information' diff --git a/config/packages/superbowl.yaml b/config/packages/superbowl.yaml index 8fcf6ae0..129dc96b 100755 --- a/config/packages/superbowl.yaml +++ b/config/packages/superbowl.yaml @@ -12,8 +12,10 @@ automation: trigger: - platform: state entity_id: sensor.team_tracker_kc + attribute: team_score - platform: state entity_id: sensor.team_tracker_phi + attribute: team_score condition: - condition: template value_template: "{{ now().month == 2 }}" @@ -23,7 +25,14 @@ automation: entity_id: input_boolean.flash - service: light.turn_on target: - entity_id: light.outdoor_front_lights + entity_id: + - light.outdoor_front_lights + - light.living_room_accents + - light.m1_back_left + - light.m1_back_right + - light.m1_front_left + - light.m1_front_right + - light.main_slider data: rgb_color: > {% if trigger.entity_id == 'sensor.team_tracker_phi' %} @@ -31,5 +40,70 @@ automation: {% else %} [255, 0, 0] {% endif %} + brightness: 255 + - delay: + minutes: 5 + - service: light.turn_on + target: + entity_id: + - light.m1_back_left + - light.m1_back_right + data: + brightness: 255 + rgb_color: [255, 255, 255] + - alias: 'Super Bowl Winner Celebration' + id: 5b3a4c89-1234-4567-8901-23456789abce + mode: single + trigger: + - platform: state + entity_id: + - sensor.team_tracker_kc + - sensor.team_tracker_phi + attribute: team_winner + to: 'true' + condition: + - condition: template + value_template: "{{ now().month == 2 }}" + action: + - service: light.turn_on + target: + entity_id: + - light.outdoor_front_lights + - light.living_room_accents + - light.m1_back_left + - light.m1_back_right + - light.m1_front_left + - light.m1_front_right + - light.main_slider + data: + rgb_color: > + {% if trigger.entity_id == 'sensor.team_tracker_phi' %} + [0, 255, 0] + {% else %} + [255, 0, 0] + {% endif %} + brightness: 255 + effect: 'colorloop' + - delay: + minutes: 3 + - service: light.turn_on + target: + entity_id: + - light.outdoor_front_lights + - light.living_room_accents + - light.m1_back_left + - light.m1_back_right + - light.m1_front_left + - light.m1_front_right + - light.main_slider + data: + rgb_color: > + {% if trigger.entity_id == 'sensor.team_tracker_phi' %} + [0, 255, 0] + {% else %} + [255, 0, 0] + {% endif %} + brightness: 255 + effect: 'none'