Mushroom climate card does not show Heating on or off

Hi, I am trying to solve next problem so help is appreciated.
I created a dashboard with multiple mushroom climate cards.
When clicking on a card, more info is shown. They all seem to be the same but one reacts differently and i can not find why.

Here is the code for the dashboard

 square: false
type: grid
cards:
  - type: custom:mushroom-climate-card
    entity: climate.woonkamer
    fill_container: true
    show_temperature_control: false
    tap_action:
      action: more-info
    icon: mdi:heat-wave
    layout: vertical
    hold_action:
      action: more-info
    hvac_modes: []
  - type: custom:mushroom-climate-card
    entity: climate.keuken
    layout: vertical
    icon: mdi:heat-wave
    fill_container: true
    tap_action:
      action: more-info
    hold_action:
      action: more-info
  - type: custom:mushroom-climate-card
    entity: climate.badkamer
    fill_container: true
    icon: mdi:heat-wave
    layout: vertical
    tap_action:
      action: more-info
    hold_action:
      action: more-info
  - type: custom:mushroom-climate-card
    entity: climate.kamer_nikki
    icon: mdi:heat-wave
    fill_container: true
    layout: vertical
    tap_action:
      action: more-info
    hold_action:
      action: more-info
  - type: custom:mushroom-climate-card
    entity: climate.kamer_tim
    fill_container: true
    icon: mdi:heat-wave
    layout: vertical
    tap_action:
      action: more-info
    hold_action:
      action: more-info
  - type: custom:mushroom-climate-card
    entity: climate.chill_kamer
    fill_container: true
    icon: mdi:heat-wave
    layout: vertical
    tap_action:
      action: more-info
    hold_action:
      action: more-info
  - type: custom:mushroom-climate-card
    entity: climate.hobbykamer
    fill_container: true
    icon: mdi:heat-wave
    layout: vertical
    tap_action:
      action: more-info
    hold_action:
      action: more-info
columns: 2

So only climate.kamer_nikki reacts differently.
When i click on the tile the ‘more info’ detail is shown. If i now click on the history button only actual temp and target temp are shown. On all the others also the heating on/of is shown.
I can’t see a difference and can not figure out how the change so also the heater is shown in the Climate.kamer_nikki history tab.
I created the tile again but same story.

Is there any other information that i can provide to help me out?
I’m getting my temp information from the Tado climate control system.

marc