Skip to content

Commit

Permalink
Fix - Fixed missing emhass moddule
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Mar 10, 2023
1 parent d6ac78d commit 81ca8f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions emhass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.3.4] - 2023-03-10
### Fix
- Fixed missing emhass module.

## [0.3.3] - 2023-03-09
### Fix
- Added missing possibility to set the method for load forecast to 'mlforecaster'.
Expand Down Expand Up @@ -381,6 +385,7 @@ The new machine learning forecast module is here! Check the updated documentatio
[0.3.1]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.3.1
[0.3.2]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.3.2
[0.3.3]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.3.3
[0.3.4]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.3.4

# Notes
All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion emhass/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: EMHASS
description: Energy Management for Home Assistant
url: https://github.com/davidusb-geek/emhass
version: 0.3.3
version: 0.3.4
slug: emhass
arch:
- aarch64
Expand Down
2 changes: 1 addition & 1 deletion emhass/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ flask>=2.0.3
waitress>=2.1.1
plotly>=5.6.0
emhass==0.4.4
#git+https://github.com/davidusb-geek/emhass
#git+https://github.com/davidusb-geek/emhass

0 comments on commit 81ca8f3

Please sign in to comment.