zeronounours / HA-custom-component-energy-meter

Provides extended features on top of utility-meter to track costs for each tariff as well as total costs
MIT License
19 stars 2 forks source link

Add support for non grid source type (Gas, Water, Return to Grid) #56

Closed zeronounours closed 11 months ago

zeronounours commented 11 months ago

Content

This PR allow the use of non-grid source type like Gas or Water. It also adds support for "return to grid" energy. All source type currently supported by the builtin Energy dashboard can now be configured through the new option source_type

Related issues

Fix #32 and #53

Roving-Ronin commented 11 months ago

@zeronounours do you need to update a manifest.json or something file, to tell peoples HACS installations that there is a new version? Still showing as v1.0.1, but checking and can see that the actual files have been updated a few hours ago ?

zeronounours commented 11 months ago

Yes, I need to update the manifest and to create the release. I'll do that really soon. I'd just like to tackle the remaining issues prior to that