You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HA UI offers some nice ordering options for integrations, where things can be an entry, device and entity. It seems like currently we can only add entries to this integration, which all have a single entity. This makes ordering things difficult (not impossible, but you'd need to use prefixes or similar hacks). For example, in my case, have a few things I want to store related to my rain gauge that can't be attributes of one variable. It would be very nice if I was able to add another entity to the ZigbeeRainSensor entry as shown in the image below. AFAIK, the only option to add another variable currently is to have something like ZigbeeRainSensor - main and ZigbeeRainSensor - secondary.
Is it possible to add multiple entities to an entry? If not, is this something that might be added in the future?
The text was updated successfully, but these errors were encountered:
You are correct that, currently, each entity is a separate entry and that it is not setup to create devices with one or more entities per device.
Not sure that this is a change I'll get to anytime soon but I'm sure @Wibias would gladly review a PR by anyone else who was interested in implementing it.
The HA UI offers some nice ordering options for integrations, where things can be an entry, device and entity. It seems like currently we can only add entries to this integration, which all have a single entity. This makes ordering things difficult (not impossible, but you'd need to use prefixes or similar hacks). For example, in my case, have a few things I want to store related to my rain gauge that can't be attributes of one variable. It would be very nice if I was able to add another entity to the ZigbeeRainSensor entry as shown in the image below. AFAIK, the only option to add another variable currently is to have something like
ZigbeeRainSensor - main
andZigbeeRainSensor - secondary
.Is it possible to add multiple entities to an entry? If not, is this something that might be added in the future?
The text was updated successfully, but these errors were encountered: