mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-30 18:11:45 +00:00
Compare commits
2 Commits
934152949a
...
0716917255
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0716917255 | ||
|
|
1c91252512 |
@@ -1 +1 @@
|
||||
2025.10.3
|
||||
2025.10.4
|
||||
@@ -234,10 +234,12 @@ automation:
|
||||
action:
|
||||
- service: climate.set_preset_mode
|
||||
data:
|
||||
entity_id:
|
||||
- climate.downstairs
|
||||
- climate.upstairs
|
||||
entity_id: climate.downstairs
|
||||
preset_mode: 'eco'
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
entity_id: climate.upstairs
|
||||
temperature: 84
|
||||
|
||||
# Automation: Set Thermostats Back to Cool Mode
|
||||
- alias: 'Set Thermostats to Cool When Home'
|
||||
@@ -278,7 +280,7 @@ automation:
|
||||
entity_id: person.justin
|
||||
state: 'home'
|
||||
sequence:
|
||||
- service: climate.set_preset_mode
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
entity_id: climate.upstairs
|
||||
preset_mode: 'none'
|
||||
temperature: 80
|
||||
|
||||
@@ -156,10 +156,10 @@ automation:
|
||||
data:
|
||||
entity_id: climate.upstairs
|
||||
hvac_mode: cool
|
||||
- service: climate.set_preset_mode
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
entity_id: climate.upstairs
|
||||
preset_mode: eco
|
||||
temperature: 80
|
||||
|
||||
- service: script.notify_engine
|
||||
data:
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
<svg width="68.5" height="20" viewBox="0 0 685 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.10.3">
|
||||
<title>2025.10.3</title>
|
||||
<linearGradient id="IZPjR" x2="0" y2="100%">
|
||||
<svg width="68.5" height="20" viewBox="0 0 685 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.10.4">
|
||||
<title>2025.10.4</title>
|
||||
<linearGradient id="jFXev" x2="0" y2="100%">
|
||||
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<mask id="LJEMK"><rect width="685" height="200" rx="30" fill="#FFF"/></mask>
|
||||
<g mask="url(#LJEMK)">
|
||||
<mask id="WVPRQ"><rect width="685" height="200" rx="30" fill="#FFF"/></mask>
|
||||
<g mask="url(#WVPRQ)">
|
||||
<rect width="685" height="200" fill="#08C" x="0"/>
|
||||
<rect width="685" height="200" fill="url(#IZPjR)"/>
|
||||
<rect width="685" height="200" fill="url(#jFXev)"/>
|
||||
</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="570" fill="#000" opacity="0.25">2025.10.3</text>
|
||||
<text x="55" y="138" textLength="570">2025.10.3</text>
|
||||
<text x="65" y="148" textLength="570" fill="#000" opacity="0.25">2025.10.4</text>
|
||||
<text x="55" y="138" textLength="570">2025.10.4</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 815 B After Width: | Height: | Size: 815 B |
Reference in New Issue
Block a user