I have previously been using a SNZB-02 sensor with Zigbee2MQTT (a battery powered temperature and humidity sensor). This device previously exposed an entity for temperature, but this temperature entity also previously had attributes associated with it for some other measurements (humidity, battery level, link quality, etc). It used to look like this:
However, I have recently come to re-pair my Zigbee network, and the attributes have gone. This is what it looks like now:
Instead, there are separate entities now for each of the measured quantities:
My question: Is this something that has changed in a version of Home Assistant? If so, is it documented somewhere?
(The reason this matters is because it has caused a breaking change in my system. I was previously sending the temperature entity to InfluxDB, which also passed along all the humidity, battery, etc, attributes for the entity as well. See bottom of this post for details. I am aware that I can use template sensors for everything to get back attributes, but it is very cumbersome for many sensors.)




