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