Fixed condition for temp warning.
This commit is contained in:
parent
abef860f2e
commit
c080d2ead3
@ -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