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/
|
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.aussentemperator
|
entity_id: sensor.wohnungstemperatur
|
||||||
above: sensor.wohnungstemperatur
|
above: sensor.aussentemperator
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 5
|
minutes: 10
|
||||||
seconds: 0
|
seconds: 0
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
@ -531,9 +531,8 @@
|
|||||||
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 {{((states.sensor.aussentemperator.state|float)-(states.sensor.wohnungstemperatur.state|float))
|
° Celsius höher als die Wohnungstemperatur. Mach die Fenster zu und gegebenenfalls
|
||||||
| round(1)}} Grad höher als die Wohnungstemperatur. Mach die Fenster zu und
|
die Rolladen runter.
|
||||||
gegebenenfalls die Rolladen runter.
|
|
||||||
|
|
||||||
'
|
'
|
||||||
mode: single
|
mode: single
|
||||||
|
Loading…
Reference in New Issue
Block a user