Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
b227b3d01d Update HA version badge to 2025.5.3 2025-05-29 13:33:19 +00:00
Carlo Costanzo
38103c586e additional fixes to the cooling tracker AC filter changing. #273 2025-05-29 09:32:57 -04:00
2 changed files with 8 additions and 6 deletions

View File

@@ -13,7 +13,8 @@ sensor:
- platform: history_stats - platform: history_stats
name: Upstairs AC Runtime Since Last Filter Change name: Upstairs AC Runtime Since Last Filter Change
entity_id: climate.upstairs entity_id: climate.upstairs
state: 'cooling' attribute: hvac_action
value: 'cooling'
type: time type: time
start: "{{ states('input_datetime.upstairs_last_filter_change') }}" start: "{{ states('input_datetime.upstairs_last_filter_change') }}"
end: "{{ now() }}" end: "{{ now() }}"
@@ -21,7 +22,8 @@ sensor:
- platform: history_stats - platform: history_stats
name: Downstairs AC Runtime Since Last Filter Change name: Downstairs AC Runtime Since Last Filter Change
entity_id: climate.downstairs entity_id: climate.downstairs
state: 'cooling' attribute: hvac_action
value: 'cooling'
type: time type: time
start: "{{ states('input_datetime.downstairs_last_filter_change') }}" start: "{{ states('input_datetime.downstairs_last_filter_change') }}"
end: "{{ now() }}" end: "{{ now() }}"

View File

@@ -1,13 +1,13 @@
<svg width="61.5" height="20" viewBox="0 0 615 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.5.3"> <svg width="61.5" height="20" viewBox="0 0 615 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.5.3">
<title>2025.5.3</title> <title>2025.5.3</title>
<linearGradient id="pkuRn" x2="0" y2="100%"> <linearGradient id="VySBY" 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="egISJ"><rect width="615" height="200" rx="30" fill="#FFF"/></mask> <mask id="OpUSW"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#egISJ)"> <g mask="url(#OpUSW)">
<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(#pkuRn)"/> <rect width="615" height="200" fill="url(#VySBY)"/>
</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.5.3</text> <text x="65" y="148" textLength="500" fill="#000" opacity="0.25">2025.5.3</text>

Before

Width:  |  Height:  |  Size: 811 B

After

Width:  |  Height:  |  Size: 811 B