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
260 stars 51 forks source link

utils.py removed list_hp_periods def load no check #237

Closed GeoDerp closed 3 months ago

GeoDerp commented 3 months ago

Related to issue: https://github.com/davidusb-geek/emhass/issues/236 @davidusb-geek, I think this is what you meant?

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 87.69%. Comparing base (99cc872) to head (f59268e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #237 +/- ## ========================================== + Coverage 87.54% 87.69% +0.14% ========================================== Files 6 6 Lines 1710 1706 -4 ========================================== - Hits 1497 1496 -1 + Misses 213 210 -3 ```

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

davidusb-geek commented 3 months ago

Exactly that was it