Battery sensor not showing in group

Hi Everyone,

Currently on 0.106.6 and noticed that my battery entities no longer show in groups.

Below is an example of my bathroom group inside groups.yaml

  bathroom:
    view: yes
    name: Bathroom
    entities:
       - group.bathroom_temp

  bathroom_temp:
    name: Temperature
    control: hidden
    entities:
       - sensor.bathroom_sensor_temperature
       - sensor.bathroom_sensor_humidity
       - sensor.bathroom_sensor_pressure
       - sensor.bathroom_sensor_battery
       - sensor.bathroom_sensor_linkquality

In home assistant this is the card
2

The entity is available under states and this did use to work so I’m assuming I’ve maybe missed something when updating, anybody have any ideas?

You can’t add a group in Lovelace and expect the content of the group to show.
Use the custom:auto-entities custom card instead

cards:
  - type: custom:auto-entities
    show_empty: false
    card:
      type: entities
      state_color: true
    filter:
      include:
        - group: group.bathroom_temp