Compare commits
3 Commits
abef860f2e
...
883225a67e
Author | SHA1 | Date | |
---|---|---|---|
883225a67e | |||
39a432eece | |||
c080d2ead3 |
@ -1 +1 @@
|
|||||||
2023.5.4
|
2023.6.1
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@ tts/
|
|||||||
media/
|
media/
|
||||||
home-assistant.log*
|
home-assistant.log*
|
||||||
.storage/
|
.storage/
|
||||||
|
zigbee.db*
|
||||||
|
|
||||||
|
@ -499,11 +499,11 @@
|
|||||||
annähert.
|
annähert.
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.wohnungstemperatur
|
entity_id: sensor.aussentemperator
|
||||||
above: sensor.aussentemperator
|
above: sensor.wohnungstemperatur
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 10
|
minutes: 5
|
||||||
seconds: 0
|
seconds: 0
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
@ -531,8 +531,9 @@
|
|||||||
entity_id: tts.piper
|
entity_id: tts.piper
|
||||||
variables:
|
variables:
|
||||||
message: 'Die Außentemperatur ist mit {{states.sensor.aussentemperator.state}}
|
message: 'Die Außentemperatur ist mit {{states.sensor.aussentemperator.state}}
|
||||||
° Celsius höher als die Wohnungstemperatur. Mach die Fenster zu und gegebenenfalls
|
° Celsius {{((states.sensor.aussentemperator.state|float)-(states.sensor.wohnungstemperatur.state|float))
|
||||||
die Rolladen runter.
|
| round(1)}} Grad höher als die Wohnungstemperatur. Mach die Fenster zu und
|
||||||
|
gegebenenfalls die Rolladen runter.
|
||||||
|
|
||||||
'
|
'
|
||||||
mode: single
|
mode: single
|
||||||
|
Loading…
Reference in New Issue
Block a user