Problem with history-graph card showing entity name

Hey guys,

ive a little problem with a history graph card and I dont understand why its showing up like this. Maybe someone of you can help me to understand.

I have buildung a history-graph card with all my devices, but my motion sensor is showing up in a different way than the other devices:

Im missing the Name. Ive used “name:” for the entity like the other. Here is my code:

type: custom:vertical-stack-in-card
title: Device Status
cards:
  - type: history-graph
    refresh_interval: 5
    hours_to_show: 24
    title: Netzwerk
    entities:
      - entity: input_select.sleep
        name: Sleep Mode
      - entity: binary_sensor.router_connection
        name: Fritz!Box 1
      - entity: sensor.custom_fritzbox
        name: Fritz!Box 2
      - entity: binary_sensor.pi_hole
        name: pLeX-PI
      - entity: switch.fs_1
        name: FS-1
      - entity: sensor.custom_plexnb
        name: pLeX-NB
      - entity: sensor.hp_printer_status
        name: Drucker
  - type: history-graph
    refresh_interval: 5
    hours_to_show: 24
    title: Multimedia
    entities:
      - entity: sensor.custom_tv
        name: TV
      - entity: media_player.yamaha_receiver
        name: Yamaha
      - entity: sensor.custom_shield
        name: SHIELD
      - entity: sensor.custom_ps5
        name: PS5
      - entity: sensor.custom_switch
        name: Switch
  - type: history-graph
    refresh_interval: 5
    hours_to_show: 24
    title: Bewegungsmelder
    entities:
      - entity: binary_sensor.silvercrest_motion_sensor_01_ias_zone
        name: Flur (oben)
  - type: history-graph
    refresh_interval: 5
    hours_to_show: 24
    title: Lampen
    entities:
      - entity: switch.osram_plug_03_on_off
        name: Bar
      - entity: switch.osram_plug_07_on_off
        name: Gitarre
      - entity: switch.osram_plug_04_on_off
        name: kleine Lampe
      - entity: switch.osram_plug_02_on_off
        name: Kugellampe
      - entity: switch.osram_plug_01_on_off
        name: Nachttischlampe
      - entity: switch.osram_plug_05_on_off
        name: Stehlampe
      - entity: switch.osram_plug_06_on_off
        name: Spots
      - entity: switch.tuya_plug_03_on_off
        name: TV-LED

I dont understand why the name is not appear. Can anyone help?

Okay I was testing a little bit more. If I add a new entity to “Netzwerk”, the name will be displayed. If I create a complete new card with just a history-graph and just one entity, the name does not appear. I can try any entity, the name will not displayed. Im running 2021.12.3. Is anyone having the same problem?

I think its a bug! Ive updated now to 2021.12.4 and still the same behavior. I tried everythink, copy working code to a new card in a new dashboard, create a complete new blank card and add history-graph to it. Ive removed the custom-vertical-stack-in-card and replaced it with the vertical-stack. All I try, the name will not displayed.

I can just add an entity to an existing history-graph, than its working. But if I copy the working code and create a new card, the name will not displayed!

No one who can assist?

The name is displayed for at least 2 entities in the card. If the card contains one entity, then the name is not displayed. Probably should be revised, you can register a FR.

:see_no_evil:

Thanks Illdar, this will explain why… :smiley: