mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-16 10:34:40 +00:00
Compare commits
2 Commits
e7e3a68e60
...
40c08da183
Author | SHA1 | Date | |
---|---|---|---|
|
40c08da183 | ||
|
f0255cb46e |
@@ -1 +1 @@
|
|||||||
2025.2.0
|
2025.2.1
|
@@ -42,6 +42,6 @@ automation:
|
|||||||
- service: script.notify_engine
|
- service: script.notify_engine
|
||||||
data:
|
data:
|
||||||
title: "🔥 Proxmox Garage Alert!"
|
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'
|
who: 'carlo'
|
||||||
group: 'information'
|
group: 'information'
|
||||||
|
@@ -12,8 +12,10 @@ automation:
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: sensor.team_tracker_kc
|
entity_id: sensor.team_tracker_kc
|
||||||
|
attribute: team_score
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: sensor.team_tracker_phi
|
entity_id: sensor.team_tracker_phi
|
||||||
|
attribute: team_score
|
||||||
condition:
|
condition:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ now().month == 2 }}"
|
value_template: "{{ now().month == 2 }}"
|
||||||
@@ -23,7 +25,14 @@ automation:
|
|||||||
entity_id: input_boolean.flash
|
entity_id: input_boolean.flash
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
target:
|
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:
|
data:
|
||||||
rgb_color: >
|
rgb_color: >
|
||||||
{% if trigger.entity_id == 'sensor.team_tracker_phi' %}
|
{% if trigger.entity_id == 'sensor.team_tracker_phi' %}
|
||||||
@@ -31,5 +40,70 @@ automation:
|
|||||||
{% else %}
|
{% else %}
|
||||||
[255, 0, 0]
|
[255, 0, 0]
|
||||||
{% endif %}
|
{% 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'
|
||||||
|
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
<svg width="61.5" height="20" viewBox="0 0 615 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.2.0">
|
<svg width="61.5" height="20" viewBox="0 0 615 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.2.1">
|
||||||
<title>2025.2.0</title>
|
<title>2025.2.1</title>
|
||||||
<linearGradient id="CRZdG" x2="0" y2="100%">
|
<linearGradient id="OvyGQ" x2="0" y2="100%">
|
||||||
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
|
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
|
||||||
<stop offset="1" stop-opacity=".1"/>
|
<stop offset="1" stop-opacity=".1"/>
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<mask id="ksdKt"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
|
<mask id="kNvlO"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
|
||||||
<g mask="url(#ksdKt)">
|
<g mask="url(#kNvlO)">
|
||||||
<rect width="615" height="200" fill="#08C" x="0"/>
|
<rect width="615" height="200" fill="#08C" x="0"/>
|
||||||
<rect width="615" height="200" fill="url(#CRZdG)"/>
|
<rect width="615" height="200" fill="url(#OvyGQ)"/>
|
||||||
</g>
|
</g>
|
||||||
<g aria-hidden="true" fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110">
|
<g aria-hidden="true" fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110">
|
||||||
<text x="65" y="148" textLength="500" fill="#000" opacity="0.25">2025.2.0</text>
|
<text x="65" y="148" textLength="500" fill="#000" opacity="0.25">2025.2.1</text>
|
||||||
<text x="55" y="138" textLength="500">2025.2.0</text>
|
<text x="55" y="138" textLength="500">2025.2.1</text>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 811 B After Width: | Height: | Size: 811 B |
Reference in New Issue
Block a user