mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-15 18:15:00 +00:00
Compare commits
3 Commits
ff868369db
...
561b454518
Author | SHA1 | Date | |
---|---|---|---|
|
561b454518 | ||
|
4d0268c009 | ||
|
93fcd66d9c |
@@ -56,11 +56,9 @@ sensor:
|
||||
utility_meter:
|
||||
downstairs_ac_runtime_since_last_filter_change:
|
||||
source: sensor.downstairs_ac_runtime_raw
|
||||
cycle: none # never auto‑reset
|
||||
upstairs_ac_runtime_since_last_filter_change:
|
||||
source: sensor.upstairs_ac_runtime_raw
|
||||
cycle: none
|
||||
|
||||
|
||||
script:
|
||||
reset_downstairs_filter:
|
||||
alias: Reset Downstairs Filter
|
||||
@@ -72,7 +70,7 @@ script:
|
||||
datetime: "{{ now().strftime('%Y-%m-%d %H:%M:%S') }}"
|
||||
- service: utility_meter.reset
|
||||
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:
|
||||
alias: Reset Upstairs Filter
|
||||
@@ -84,7 +82,7 @@ script:
|
||||
datetime: "{{ now().strftime('%Y-%m-%d %H:%M:%S') }}"
|
||||
- service: utility_meter.reset
|
||||
target:
|
||||
entity_id: utility_meter.upstairs_ac_runtime_since_last_filter_change
|
||||
entity_id: sensor.upstairs_ac_runtime_since_last_filter_change
|
||||
|
||||
automation:
|
||||
- alias: Notify Downstairs Filter Change Due
|
||||
|
@@ -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">
|
||||
<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="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<mask id="JztcQ"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
|
||||
<g mask="url(#JztcQ)">
|
||||
<mask id="aSVqF"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
|
||||
<g mask="url(#aSVqF)">
|
||||
<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 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>
|
||||
|
Before Width: | Height: | Size: 811 B After Width: | Height: | Size: 811 B |
Reference in New Issue
Block a user