Closed oischinger closed 2 years ago
@damianbro and @woehrl01
As reported in https://github.com/oischinger/ha_vicare/issues/83 there are obviously devices for which both,
getGasConsumptionHeatingThisMonth()
and
getGasSummaryConsumptionHeatingCurrentMonth()
are both available and are also showing the same data.
Providing sensors for both with nearly identical names does not make much sense. I wonder if we could handle this in vicare and have one getter that provides either of the data points depending on which is available?
Note to self: Matching HA Core PR is this one: https://github.com/home-assistant/core/pull/64551
@damianbro and @woehrl01 As reported in #83 there are obviously devices for which both,
getGasConsumptionHeatingThisMonth()
andgetGasSummaryConsumptionHeatingCurrentMonth()
are both available and are also showing the same data.Providing sensors for both with nearly identical names does not make much sense. I wonder if we could handle this in vicare and have one getter that provides either of the data points depending on which is available?
I replied in #83 https://github.com/oischinger/ha_vicare/issues/83
These sensors were not contributed to HA Core and got lost in this integration. I'll add them again: https://github.com/oischinger/ha_vicare/pull/75/files
sorry for the confusion @damianbro