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

patch fix cec path issue #249

Closed GeoDerp closed 3 months ago

GeoDerp commented 3 months ago

@davidusb-geek

GeoDerp commented 3 months ago

This should work. This is because the root path is /data for forecast.py

GeoDerp commented 3 months ago

This is not ideal. As its placed in the data directory. I may still change to use parent paths to fix this.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 72.91%. Comparing base (e29e0f5) to head (59e2beb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #249 +/- ## =========================================== - Coverage 87.47% 72.91% -14.57% =========================================== Files 6 7 +1 Lines 1677 2012 +335 =========================================== Hits 1467 1467 - Misses 210 545 +335 ```

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

davidusb-geek commented 3 months ago

Ok I see. Many thanks!

GeoDerp commented 3 months ago

247 Tries to fix these types of issues.