nielstron / ha_bayernluefter

Custom component for the Bayernluefter
Apache License 2.0
8 stars 4 forks source link

request to add "Humidity_Transport" as an additional entity #12

Closed MaxiKingXXL closed 1 year ago

MaxiKingXXL commented 1 year ago

Request to add "Humidity_Transport" as an additional attribute in sensor.py

FROM: ABS_HUM_MEASURES = [ "abs_Humidity_In", "abs_Humidity_Out" ]

TO: ABS_HUM_MEASURES = [ "abs_Humidity_In", "abs_Humidity_Out", "Humidity_Transport", ]

nielstron commented 1 year ago

It may make sense to add humidity transport as an entity. I am wondering - does it make sense to treat it as an "abosolute humidity measure"? Is the unit of humidity transport CONCENTRATION_MILLIGRAMS_PER_CUBIC_METER?

MaxiKingXXL commented 1 year ago

The original interface shows CONCENTRATION_GRAMS_PER_DAY but to be consistent with other values in the HA integration CONCENTRATION_MILLIGRAMS_PER_DAY would make sense.

nielstron commented 1 year ago

Good point, I changed it to milligrams