After last update of HA to 2025.01 functionality for hide graph for some entity stop working. It show only load icon:

I use it with next code, to have summary label with detail graphs:
- type: custom:mini-graph-card
name: Teplota vonku
entities:
- entity: sensor.teplota_vonku_2
show_state: true
show_graph: false
- entity: sensor.broadcast_outsidetemp_temp2
name: Vaillant
- entity: sensor.thm_139335746
name: Jablotron vonku
- entity: sensor.thm_137742250
name: Búda Hugo
points_per_hour: 6
show:
labels: false
After last update of HA to 2025.01 functionality for hide graph for some entity stop working. It show only load icon:

I use it with next code, to have summary label with detail graphs: