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?