davidusb-geek / emhass

emhass: Energy Management for Home Assistant, is a Python module designed to optimize your home energy interfacing with Home Assistant.
MIT License
263 stars 51 forks source link

Optimizer documentation aligned with code #143

Closed michaelpiron closed 6 months ago

michaelpiron commented 6 months ago

I brought the documentation of the optimizer methods (profit, cost, self-consumption) in line with the code.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (23aee61) 89.52% compared to head (69db1b5) 89.52%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #143 +/- ## ======================================= Coverage 89.52% 89.52% ======================================= Files 6 6 Lines 1442 1442 ======================================= Hits 1291 1291 Misses 151 151 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

davidusb-geek commented 6 months ago

Thanks for these improvements in the documentation