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.7.8 #202

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps emhass from 0.7.7 to 0.7.8.

Release notes

Sourced from emhass's releases.

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.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
  • 26446d7 Added missing template file to Dockerfile
  • 48edcb1 Update publish_docker.yaml
  • 3a8ab35 Merge pull request #196 from GeoDerp/#186
  • 365370d retrieve, tweaked error comments
  • 38f7d99 retrieve, edited logger error message
  • 939a843 retrieve, edited logger error message
  • 854f2b2 Docker multi arch support
  • 9c54218 error suppression, notify if sensors are duplicate, fixed pytest issues
  • 3e0e453 refined functioned failed returns
  • 5b26c14 tweaked error suppression
  • 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 (51e9555) to head (954c88b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #202 +/- ## ======================================= 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 4 months ago

Superseded by #208.