mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-16 10:34:40 +00:00
Compare commits
2 Commits
30c9b3e193
...
b227b3d01d
Author | SHA1 | Date | |
---|---|---|---|
|
b227b3d01d | ||
|
38103c586e |
@@ -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() }}"
|
||||||
|
@@ -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 |
Reference in New Issue
Block a user