Entity name changes (and typo) because of update.
This commit is contained in:
parent
f36ea1b591
commit
c0ebd9188d
@ -1 +1 @@
|
|||||||
2023.12.2
|
2023.12.3
|
@ -482,7 +482,7 @@
|
|||||||
payload: '{"text": "{{message}}", "icon": "clockcolor", "duration": 16}'
|
payload: '{"text": "{{message}}", "icon": "clockcolor", "duration": 16}'
|
||||||
variables:
|
variables:
|
||||||
message: '{% set t = now().hour %} {% set m = ''Morgen'' if t < 12 else ''Nachmittag''
|
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}}
|
Grad Celsius und es ist {{states.sensor.time.state}}
|
||||||
|
|
||||||
'
|
'
|
||||||
@ -505,7 +505,8 @@
|
|||||||
annähert.
|
annähert.
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.aussentemperator
|
entity_id:
|
||||||
|
- sensor.aussentemperatur
|
||||||
above: sensor.wohnungstemperatur
|
above: sensor.wohnungstemperatur
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
@ -551,7 +552,8 @@
|
|||||||
description: Im Sommer, wenn die Außentemperatur sich der Innentemperatur annähert.
|
description: Im Sommer, wenn die Außentemperatur sich der Innentemperatur annähert.
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.aussentemperator
|
entity_id:
|
||||||
|
- sensor.aussentemperatur
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 5
|
minutes: 5
|
||||||
@ -807,3 +809,15 @@
|
|||||||
action_button_right_short:
|
action_button_right_short:
|
||||||
- service: script.wled_random_palette
|
- service: script.wled_random_palette
|
||||||
data: {}
|
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
|
||||||
|
@ -118,7 +118,7 @@ sensor:
|
|||||||
update_interval: 60s
|
update_interval: 60s
|
||||||
|
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
entity_id: sensor.wohnzimmer_feinstaub_pm_2_5um
|
entity_id: sensor.livingroom_wohnzimmer_feinstaub_pm_2_5_m
|
||||||
id: pm25_livingroom
|
id: pm25_livingroom
|
||||||
|
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
@ -134,7 +134,7 @@ sensor:
|
|||||||
id: co2_livingroom
|
id: co2_livingroom
|
||||||
|
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
entity_id: sensor.feinstaub_pm_2_5um
|
entity_id: sensor.sleepingroom_feinstaub_pm_2_5_m
|
||||||
id: pm25_sleepingroom
|
id: pm25_sleepingroom
|
||||||
|
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
@ -150,11 +150,11 @@ sensor:
|
|||||||
id: co2_sleepingroom
|
id: co2_sleepingroom
|
||||||
|
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
entity_id: sensor.temperatur_aussen
|
entity_id: sensor.aussentemperatur
|
||||||
id: temp_outdoor
|
id: temp_outdoor
|
||||||
|
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
entity_id: sensor.auriol_ahfl_1_106_h
|
entity_id: sensor.aussenluftfeuchtigkeit
|
||||||
id: humid_outdoor
|
id: humid_outdoor
|
||||||
|
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
|
Loading…
Reference in New Issue
Block a user