Compare commits

...

3 Commits

4 changed files with 19 additions and 12 deletions

1
.gitignore vendored
View File

@@ -20,6 +20,7 @@ core
# Home Assistant specific
*.DISABLED
.ha_run.lock
.cloud
.storage
.vscode

View File

@@ -1 +1 @@
2025.9.4
2025.10.3

View File

@@ -176,6 +176,9 @@ automation:
entity_id: climate.downstairs
attribute: temperature
above: 76
- condition: numeric_state
entity_id: sensor.pirateweather_temperature
above: 88
- condition: state
entity_id: sun.sun
state: 'below_horizon'
@@ -184,8 +187,8 @@ automation:
data:
entity_id: climate.downstairs
temperature: 76
- alias: 'Set Downstairs Thermostat to 79 During Daylight'
id: set_downstairs_thermostat_79_daylight
- alias: 'Set Downstairs Thermostat to 80 During Daylight'
id: set_downstairs_thermostat_80_daylight
mode: single
trigger:
- platform: state
@@ -204,6 +207,9 @@ automation:
- condition: state
entity_id: input_boolean.guest_mode
state: 'off'
- condition: numeric_state
entity_id: sensor.pirateweather_temperature
above: 80
action:
- service: climate.set_temperature
data:

View File

@@ -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.9.4">
<title>2025.9.4</title>
<linearGradient id="ATbZD" x2="0" y2="100%">
<svg width="68.5" height="20" viewBox="0 0 685 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.10.3">
<title>2025.10.3</title>
<linearGradient id="IZPjR" x2="0" y2="100%">
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="ESXkm"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#ESXkm)">
<rect width="615" height="200" fill="#08C" x="0"/>
<rect width="615" height="200" fill="url(#ATbZD)"/>
<mask id="LJEMK"><rect width="685" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#LJEMK)">
<rect width="685" height="200" fill="#08C" x="0"/>
<rect width="685" height="200" fill="url(#IZPjR)"/>
</g>
<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.9.4</text>
<text x="55" y="138" textLength="500">2025.9.4</text>
<text x="65" y="148" textLength="570" fill="#000" opacity="0.25">2025.10.3</text>
<text x="55" y="138" textLength="570">2025.10.3</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 811 B

After

Width:  |  Height:  |  Size: 815 B