Hoping someone can help with either my config - I am not sure when this issue started showing up but it was working flawlessly for some time.
SETUP: I have multiple stacked cards (horizontal, vertical-stack-in-card, etc.) that allow me to manage the lovelace frontend and display things “perfectly” for my screens. This sets what is in which column, where they sit, etc. and I wouldn’t be surprised if I’ve gone about it in an ugly way but I have been bolting on changes since early days.
ISSUE: Some of the specific vertical-stack-in-cards (custom component installed via HACS) currently take an extra 3-5 seconds to load and sometimes they don’t load at all unless I refresh the browser. This is across mutiple browsers and machines and after cache clearing. What is causing this?
E.g:
The cards not loading are all vertical-stack-in-card with a horzontal stack such as the below -
- type: custom:vertical-stack-in-card
cards:
- cards:
- entity: switch.aircon_cool24
icon: mdi:snowflake
name: Cool 24°
tap_action:
action: toggle
theme: default
type: entity-button
- entity: switch.aircon_cool22
icon: mdi:snowflake
name: Cool 22°
tap_action:
action: toggle
theme: default
type: entity-button
- entity: switch.aircon_cool20
icon: mdi:snowflake
name: Cool 20°
tap_action:
action: toggle
theme: default
type: entity-button
type: horizontal-stack
- cards:
- entity: switch.aircon_heat22
icon: mdi:weather-sunny
name: Heat 22°
tap_action:
action: toggle
theme: default
type: entity-button
- entity: switch.aircon_heat20
icon: mdi:weather-sunny
name: Heat 20°
tap_action:
action: toggle
theme: default
type: entity-button
- entity: switch.aircon_heat18
icon: mdi:weather-sunny
name: Heat 18°
tap_action:
action: toggle
theme: default
type: entity-button
type: horizontal-stack
All cards are nested under a layout-card to allow me to set columns:
max_columns: 4
type: custom:layout-card
layout_type: custom:vertical-layout