Compare commits

..

3 Commits

2 changed files with 7 additions and 9 deletions

View File

@@ -56,10 +56,8 @@ sensor:
utility_meter: utility_meter:
downstairs_ac_runtime_since_last_filter_change: downstairs_ac_runtime_since_last_filter_change:
source: sensor.downstairs_ac_runtime_raw source: sensor.downstairs_ac_runtime_raw
cycle: none # never autoreset
upstairs_ac_runtime_since_last_filter_change: upstairs_ac_runtime_since_last_filter_change:
source: sensor.upstairs_ac_runtime_raw source: sensor.upstairs_ac_runtime_raw
cycle: none
script: script:
reset_downstairs_filter: reset_downstairs_filter:
@@ -72,7 +70,7 @@ script:
datetime: "{{ now().strftime('%Y-%m-%d %H:%M:%S') }}" datetime: "{{ now().strftime('%Y-%m-%d %H:%M:%S') }}"
- service: utility_meter.reset - service: utility_meter.reset
target: target:
entity_id: utility_meter.downstairs_ac_runtime_since_last_filter_change entity_id: sensor.downstairs_ac_runtime_since_last_filter_change
reset_upstairs_filter: reset_upstairs_filter:
alias: Reset Upstairs Filter alias: Reset Upstairs Filter
@@ -84,7 +82,7 @@ script:
datetime: "{{ now().strftime('%Y-%m-%d %H:%M:%S') }}" datetime: "{{ now().strftime('%Y-%m-%d %H:%M:%S') }}"
- service: utility_meter.reset - service: utility_meter.reset
target: target:
entity_id: utility_meter.upstairs_ac_runtime_since_last_filter_change entity_id: sensor.upstairs_ac_runtime_since_last_filter_change
automation: automation:
- alias: Notify Downstairs Filter Change Due - alias: Notify Downstairs Filter Change Due

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.7.1"> <svg width="61.5" height="20" viewBox="0 0 615 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.7.1">
<title>2025.7.1</title> <title>2025.7.1</title>
<linearGradient id="NFXny" x2="0" y2="100%"> <linearGradient id="LEOAH" 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="JztcQ"><rect width="615" height="200" rx="30" fill="#FFF"/></mask> <mask id="aSVqF"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#JztcQ)"> <g mask="url(#aSVqF)">
<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(#NFXny)"/> <rect width="615" height="200" fill="url(#LEOAH)"/>
</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.7.1</text> <text x="65" y="148" textLength="500" fill="#000" opacity="0.25">2025.7.1</text>

Before

Width:  |  Height:  |  Size: 811 B

After

Width:  |  Height:  |  Size: 811 B