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

Bump emhass from 0.7.7 to 0.8.1 #215

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps emhass from 0.7.7 to 0.8.1.

Release notes

Sourced from emhass's releases.

EMHASS version 0.8.1

Improvement

  • Improved documentation

Fix

  • Persistent data storage fix
  • Docker Standalone Publish Workspace Fix

What's Changed

Full Changelog: https://github.com/davidusb-geek/emhass/compare/v0.8.0...v0.8.1

EMHASS version 0.8.0

Improvement

  • Thanks to the great work from @​GeoDerp we now have a unified/centralized Dockerfile that allows for testing different installation configuration methods in one place. This greatly helps testing, notably emulating the add-on environment. This will improve overall testing for both teh core code and the add-on. Again many thanks!
  • There were also a lot of nice improveements from @​GeoDerp to the webui, namely: styling, dynamic table, optimization feedback after button press, logging, a new clear button, etc.
  • From now on we will unify the semantic versioning for both the main core code and the add-on.

What's Changed

Full Changelog: https://github.com/davidusb-geek/emhass/compare/v0.7.8...v0.8.0

EMHASS version 0.7.8

Improvement

Added some nice logging functionalities and responsiveness on the webui. Thanks to @​GeoDerp for this great work!

  • new actionLogs.txt is generated in datapath storing sessions app.logger info
  • on successful html button press, fetch is called to get html containing latest table data
  • on html button press, If app.logger ERROR is present, send action log back and present on page.

What's Changed

Full Changelog: https://github.com/davidusb-geek/emhass/compare/v0.7.7...v0.7.8

Changelog

Sourced from emhass's changelog.

[0.8.1] - 2024-02-28

Improvement

  • Improved documentation

Fix

  • Persistent data storage fix
  • Docker Standalone Publish Workspace Fix

[0.8.0] - 2024-02-25

Improvement

  • Thanks to the great work from @​GeoDerp we now have a unified/centralized Dockerfile that allows for testing different installation configuration methods in one place. This greatly helps testing, notably emulating the add-on environment. This will improve overall testing for both teh core code and the add-on. Again many thanks!
  • There were also a lot of nice improveements from @​GeoDerp to the webui, namely: styling, dynamic table, optimization feedback after button press, logging, a new clear button, etc.
  • From now on we will unify the semantic versioning for both the main core code and the add-on.

[0.7.8] - 2024-02-18

Improvement

Added some nice logging functionalities and responsiveness on the webui. Thanks to @​GeoDerp for this great work!

  • new actionLogs.txt is generated in datapath storing sessions app.logger info
  • on successful html button press, fetch is called to get html containing latest table data
  • on html button press, If app.logger ERROR is present, send action log back and present on page.
Commits
  • 468772d Prepared new version
  • ef2b854 Merge pull request #210 from GeoDerp/addon-secrets-tweak
  • d4661ee Merge pull request #209 from GeoDerp/persistent-storage-docs
  • 962a1b7 Merge pull request #207 from GeoDerp/standalone-workspace
  • 29bcfa9 web_server tweaked addon url handling
  • b958809 persistent storage docs
  • 20cc256 publish docker if always
  • 4ee0332 publish action, added if always
  • b276828 publish_docker, tweaked tags
  • 4264dbd update (#1)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 87.63%. Comparing base (7f559a3) to head (53dd28d). Report is 7 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #215 +/- ## ======================================= Coverage 87.63% 87.63% ======================================= Files 6 6 Lines 1707 1707 ======================================= Hits 1496 1496 Misses 211 211 ```

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

dependabot[bot] commented 3 months ago

Looks like emhass is no longer a dependency, so this is no longer needed.