mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-15 19:18:57 +00:00
Compare commits
2 Commits
7403198c25
...
bf202e770b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf202e770b | ||
|
|
a0a93dceec |
@@ -189,13 +189,16 @@ automation:
|
|||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: climate.downstairs
|
entity_id: climate.downstairs
|
||||||
attribute: temperature
|
attribute: temperature
|
||||||
below: 78
|
below: 79
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: sun.sun
|
entity_id: sun.sun
|
||||||
state: 'above_horizon'
|
state: 'above_horizon'
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ state_attr('climate.downstairs', 'temperature') < 79 }}"
|
value_template: "{{ state_attr('climate.downstairs', 'temperature') < 79 }}"
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.guest_mode
|
||||||
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- service: climate.set_temperature
|
- service: climate.set_temperature
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -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.4">
|
<svg width="61.5" height="20" viewBox="0 0 615 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.7.4">
|
||||||
<title>2025.7.4</title>
|
<title>2025.7.4</title>
|
||||||
<linearGradient id="Wkdjm" x2="0" y2="100%">
|
<linearGradient id="hHeYW" 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="zUHkX"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
|
<mask id="nVOdf"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
|
||||||
<g mask="url(#zUHkX)">
|
<g mask="url(#nVOdf)">
|
||||||
<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(#Wkdjm)"/>
|
<rect width="615" height="200" fill="url(#hHeYW)"/>
|
||||||
</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.4</text>
|
<text x="65" y="148" textLength="500" fill="#000" opacity="0.25">2025.7.4</text>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 811 B After Width: | Height: | Size: 811 B |
Reference in New Issue
Block a user