Entity name changes (and typo) because of update.
This commit is contained in:
@@ -482,7 +482,7 @@
|
||||
payload: '{"text": "{{message}}", "icon": "clockcolor", "duration": 16}'
|
||||
variables:
|
||||
message: '{% set t = now().hour %} {% set m = ''Morgen'' if t < 12 else ''Nachmittag''
|
||||
if t < 18 else ''Abend'' %} Guten {{m}} Marcus. Draußen sind es {{states.sensor.temperatur_aussen.state}}
|
||||
if t < 18 else ''Abend'' %} Guten {{m}} Marcus. Draußen sind es {{states.sensor.aussentemperatur.state}}
|
||||
Grad Celsius und es ist {{states.sensor.time.state}}
|
||||
|
||||
'
|
||||
@@ -505,7 +505,8 @@
|
||||
annähert.
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.aussentemperator
|
||||
entity_id:
|
||||
- sensor.aussentemperatur
|
||||
above: sensor.wohnungstemperatur
|
||||
for:
|
||||
hours: 0
|
||||
@@ -551,7 +552,8 @@
|
||||
description: Im Sommer, wenn die Außentemperatur sich der Innentemperatur annähert.
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.aussentemperator
|
||||
entity_id:
|
||||
- sensor.aussentemperatur
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 5
|
||||
@@ -807,3 +809,15 @@
|
||||
action_button_right_short:
|
||||
- service: script.wled_random_palette
|
||||
data: {}
|
||||
- id: '1702588441751'
|
||||
alias: 'Awtrix: Kalenderbenachrichtigung TKRZ'
|
||||
description: ''
|
||||
use_blueprint:
|
||||
path: Brunas/awtrix_calendar_notifier.yaml
|
||||
input:
|
||||
awtrix:
|
||||
- a6d24e7d93c114723bf525e9eac1c2df
|
||||
- 231cd7ec37e32690faf126105b03ee02
|
||||
calendar: calendar.tkrz_kalender
|
||||
push_icon: '2'
|
||||
app_name: calendar_notifier_tkrz
|
||||
|
Reference in New Issue
Block a user