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
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?