barleybobs / homeassistant-ecowater-softener

A Homeassistant custom component to integrate Ecowater water softeners
https://github.com/barleybobs/homeassistant-ecowater-softener
MIT License
33 stars 10 forks source link

Question on format of how data is exported #23

Closed rbcaixeta closed 1 year ago

rbcaixeta commented 1 year ago

Why not export one device and multiple entities for each attribute so that they can be used individually on dashboards and used on the new HA water usage tracking?

ThePrincelle commented 1 year ago

At the moment, it seems that the config flows only apply on 1 device, so you can add multiple devices just by setting another integration. I agree that it's not the cleanest but it works.

I just created a PR that generates multiple entities: https://github.com/barleybobs/homeassistant-ecowater-softener/pull/27 Here's a sneak peak :

entities
barleybobs commented 1 year ago

Sorry for the long wait for this feature. There are now separate sensors in v3.0.0. Please make sure to follow the instructions to make sure you do not experience any issues.

Thanks :+1: