Compare commits

...

6 Commits

Author SHA1 Message Date
github-actions[bot]
ac4d927968 Update HA version badge to 2025.6.0 2025-06-13 14:14:48 +00:00
Carlo Costanzo
220bf64e51 New Version 2025-06-13 10:14:28 -04:00
github-actions[bot]
917469361d Update HA version badge to 2025.5.3 2025-06-13 14:12:25 +00:00
Carlo Costanzo
ff24c6cf9d Updated screenshot for tablet view 2025-06-13 10:12:06 -04:00
github-actions[bot]
0a285a0cbf Update HA version badge to 2025.5.3 2025-06-13 14:00:41 +00:00
Carlo Costanzo
c314ff2aed Move automation to prevent upstairs Nest temperature from dropping below 76°F 2025-06-13 10:00:11 -04:00
5 changed files with 27 additions and 25 deletions

View File

@@ -956,8 +956,8 @@ Process Monitor Package - /config/packages/processmonitor.yaml</a><br>
The [issues section](https://github.com/CCOSTAN/Home-AssistantConfig/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) on github is where I store all my wishful ideas and future enhancements.
Feel free to join the conversations there.
[![Screenshot of Alarm Clock View](https://i.imgur.com/mLMrky1.jpg)](https://www.vcloudinfo.com/2017/11/building-worlds-greatest-smart-alarm.html)
[![Screenshot of Alarm View](https://i.imgur.com/zmb3Rtn.png)](https://www.vcloudinfo.com/2017/07/visualizing-smart-home-using-home.html)
[![Screenshot of Kiosk View](https://i.imgur.com/653S6jX.png)](https://www.vcloudinfo.com/2017/11/building-worlds-greatest-smart-alarm.html)
[![Screenshot of Home View](https://i.imgur.com/zmb3Rtn.png)](https://www.vcloudinfo.com/2017/07/visualizing-smart-home-using-home.html)
**All files are now being edited with [Cursor.ai](https://www.cursor.com/).**

View File

@@ -1 +1 @@
2025.5.3
2025.6.0

View File

@@ -18,19 +18,6 @@
NestStatus: "The {{ trigger.entity_id.split('.')[1].split('_')[0]}} {{ trigger.entity_id.split('.')[1].split('_')[1]}} has now been turned on for {{(trigger.to_state.state)}}."
call_window_check: 1
- alias: 'Prevent Upstairs Nest Below 76'
id: 7812fdaf-a3f8-498b-8f07-28e977e528ff
trigger:
- platform: numeric_state
entity_id: climate.upstairs
attribute: temperature
below: 76
action:
- delay:
minutes: 3
- service: climate.set_temperature
data:
entity_id: climate.upstairs
temperature: 77

View File

@@ -79,3 +79,18 @@ automation:
value2: "Runtime has exceeded 450 hours. Last changed {{ ((now() - states.input_datetime.upstairs_last_filter_change.last_changed).total_seconds() / 86400) | round(0) }} days ago."
who: "Carlo"
group: "maintenance"
- alias: 'Prevent Upstairs Nest Below 76'
id: 7812fdaf-a3f8-498b-8f07-28e977e528ff
trigger:
- platform: numeric_state
entity_id: climate.upstairs
attribute: temperature
below: 76
action:
- delay:
minutes: 3
- service: climate.set_temperature
data:
entity_id: climate.upstairs
temperature: 77

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.5.3">
<title>2025.5.3</title>
<linearGradient id="AnVJX" x2="0" y2="100%">
<svg width="61.5" height="20" viewBox="0 0 615 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.6.0">
<title>2025.6.0</title>
<linearGradient id="szXfZ" x2="0" y2="100%">
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="LNqdx"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#LNqdx)">
<mask id="thWMi"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#thWMi)">
<rect width="615" height="200" fill="#08C" x="0"/>
<rect width="615" height="200" fill="url(#AnVJX)"/>
<rect width="615" height="200" fill="url(#szXfZ)"/>
</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.5.3</text>
<text x="55" y="138" textLength="500">2025.5.3</text>
<text x="65" y="148" textLength="500" fill="#000" opacity="0.25">2025.6.0</text>
<text x="55" y="138" textLength="500">2025.6.0</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 811 B

After

Width:  |  Height:  |  Size: 811 B