Hallo Leute !
Habe am Dashboard ein Panel mit einer custom:mushroom-template-card.
Seit dem Update des Core auf 2024.7.2 bremst diese Karte das ganze Projekt.
Bis zum Aufruf des Panels läuft alles gut.
Ab dem Aufruf Verzögerungen von Sekunden.
Also auch bei schalten auf ein anderes Panel oder den Bearbeitungsbutton.
Die Cards befinden sich in einem Horizontalen Stapel und das Panel ist auf 1Seite gestellt.
Umso mehr Cards (einfache Kopien) im Stapel sind umso langsamer wird alles.
Zurück auf 2024.7.0 läuft alles (20 Cards bei mir).
Bitte helft mir ,ich finde keine Lösung.
- Core2024.7.2
- Supervisor2024.06.2
- Operating System12.4
- Frontend20240710.0
type: vertical-stack
cards:
- type: custom:mushroom-template-card
primary: ' Solltemperatur Küche:{{ state_attr(''climate.hmip_kuche'',''temperature'') }} °C'
secondary: ' Isttemperatur: {{ state_attr(''climate.hmip_kuche'',''current_temperature'')}} °C'
icon: mdi:dishwasher
icon_color: orange
badge_icon: ''
badge_color: ''
fill_container: false
multiline_secondary: true
entity: climate.hmip_kuche
tap_action:
action: none
visibility:
- condition: state
entity: null
state: null
double_tap_action:
action: none
hold_action:
action: more-info
layout: horizontal
- type: custom:mushroom-template-card
primary: ' Solltemperatur Küche:{{ state_attr(''climate.hmip_kuche'',''temperature'') }} °C'
secondary: ' Isttemperatur: {{ state_attr(''climate.hmip_kuche'',''current_temperature'')}} °C'
icon: mdi:dishwasher
icon_color: orange
badge_icon: ''
badge_color: ''
fill_container: false
multiline_secondary: true
entity: climate.hmip_kuche
tap_action:
action: none
visibility:
- condition: state
entity: null
state: null
double_tap_action:
action: none
hold_action:
action: more-info
layout: horizontal
Danke im Voraus
Karl