Battery Card showes split view

My Battery Card looks like this.

type: custom:battery-state-card
title: Batterikapacitet - HUE
filter: {}
sort:
  by: state
  desc: false
color_thresholds:
  - color: red
    value: 10
  - color: light red
    value: 20
  - color: yellow
    value: 40
  - color: green
    value: 100
entities:
  - entity: sensor.hue_dimmer_switch_3_batteri
    name: Hall Entré (sw)
  - entity: sensor.switch_ytterdorren_battery_level
    name: Ytterdörr (sw)
  - entity: sensor.hue_smart_button_1_batteri
    name: Hall Entré (Smart Button)
  - entity: sensor.hue_dimmer_switch_2_batteri
    name: Kök (sw)
  - entity: sensor.switch_diskbank_battery_level
    name: Diskbänk (sw)
  - entity: sensor.switch_hall_arbetsrum_battery_level
    name: Hall Arbetsrum (sw)
  - entity: sensor.hue_motion_sensor_1_batteri
    name: Nattbelysning (ms)
    icon: mdi:motion-sensor
  - entity: sensor.sovrum_sensor_anne_battery
    name: Sovrum Säng Anne (ms)
    icon: mdi:motion-sensor
  - entity: sensor.sovrum_sensor_raivo_battery
    name: Sovrum Säng Raivo (ms)
    icon: mdi:motion-sensor
  - entity: sensor.hue_smart_button_2_batteri
    name: Sovrum (Smart Button)

but for some reason the last entities are split (chk image).
Why are not all entities shown without the split symbol?

I surmise the split break is there to limit how large that card could be on a dashboard by default. Before you know it, there might be 50 or more devices in one’s HA that utilizes battery power (51 in my case, at the moment).

Just check the docs and you will be happy to help yourself

1 Like

[facepalm]. Thanks, Arganto. I never was bothered by the defaults, but had the time to follow your suggestion to Rajan to look into it further. THere’s a lesson there. . .
:slight_smile: