Compare commits

...

3 Commits

Author SHA1 Message Date
Marcus Scholz 883225a67e Ignore Zigbee DB files. 2023-06-09 11:41:17 +02:00
Marcus Scholz 39a432eece Updated HA to 2023.6.1 2023-06-09 11:41:00 +02:00
Marcus Scholz c080d2ead3 Fixed condition for temp warning. 2023-06-09 11:39:03 +02:00
3 changed files with 9 additions and 6 deletions

View File

@ -1 +1 @@
2023.5.4
2023.6.1

2
.gitignore vendored
View File

@ -9,3 +9,5 @@ tts/
media/
home-assistant.log*
.storage/
zigbee.db*

View File

@ -499,11 +499,11 @@
annähert.
trigger:
- platform: numeric_state
entity_id: sensor.wohnungstemperatur
above: sensor.aussentemperator
entity_id: sensor.aussentemperator
above: sensor.wohnungstemperatur
for:
hours: 0
minutes: 10
minutes: 5
seconds: 0
condition:
- condition: state
@ -531,8 +531,9 @@
entity_id: tts.piper
variables:
message: 'Die Außentemperatur ist mit {{states.sensor.aussentemperator.state}}
° Celsius höher als die Wohnungstemperatur. Mach die Fenster zu und gegebenenfalls
die Rolladen runter.
° 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.
'
mode: single