Entity name changes (and typo) because of update.
This commit is contained in:
		@@ -1 +1 @@
 | 
			
		||||
2023.12.2
 | 
			
		||||
2023.12.3
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -118,7 +118,7 @@ sensor:
 | 
			
		||||
    update_interval: 60s
 | 
			
		||||
 | 
			
		||||
  - platform: homeassistant
 | 
			
		||||
    entity_id: sensor.wohnzimmer_feinstaub_pm_2_5um
 | 
			
		||||
    entity_id: sensor.livingroom_wohnzimmer_feinstaub_pm_2_5_m
 | 
			
		||||
    id: pm25_livingroom
 | 
			
		||||
 | 
			
		||||
  - platform: homeassistant
 | 
			
		||||
@@ -134,7 +134,7 @@ sensor:
 | 
			
		||||
    id: co2_livingroom
 | 
			
		||||
 | 
			
		||||
  - platform: homeassistant
 | 
			
		||||
    entity_id: sensor.feinstaub_pm_2_5um
 | 
			
		||||
    entity_id: sensor.sleepingroom_feinstaub_pm_2_5_m
 | 
			
		||||
    id: pm25_sleepingroom
 | 
			
		||||
 | 
			
		||||
  - platform: homeassistant
 | 
			
		||||
@@ -150,11 +150,11 @@ sensor:
 | 
			
		||||
    id: co2_sleepingroom
 | 
			
		||||
 | 
			
		||||
  - platform: homeassistant
 | 
			
		||||
    entity_id: sensor.temperatur_aussen
 | 
			
		||||
    entity_id: sensor.aussentemperatur
 | 
			
		||||
    id: temp_outdoor
 | 
			
		||||
 | 
			
		||||
  - platform: homeassistant
 | 
			
		||||
    entity_id: sensor.auriol_ahfl_1_106_h
 | 
			
		||||
    entity_id: sensor.aussenluftfeuchtigkeit
 | 
			
		||||
    id: humid_outdoor
 | 
			
		||||
 | 
			
		||||
  - platform: homeassistant
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user