Compare commits

...

3 Commits

Author SHA1 Message Date
883225a67e Ignore Zigbee DB files. 2023-06-09 11:41:17 +02:00
39a432eece Updated HA to 2023.6.1 2023-06-09 11:41:00 +02:00
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/ media/
home-assistant.log* home-assistant.log*
.storage/ .storage/
zigbee.db*

View File

@ -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