Skip to content

Commit

Permalink
Fix - Fixed some bugs and prepared new release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Mar 8, 2023
1 parent 197e33d commit 9b6253b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions emhass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.3.2] - 2023-03-09
### Fix
- Fixed logging.
- Fixed missing module on docker standalone mode.

## [0.3.1] - 2023-03-07
### Fix
- Fixed handling of default passed params.
Expand Down Expand Up @@ -368,6 +373,8 @@ The new machine learning forecast module is here! Check the updated documentatio
[0.2.28]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.2.28
[0.2.29]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.2.29
[0.3.0]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.3.0
[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

# Notes
All notable changes to this project will be documented in this file.
Expand Down
2 changes: 2 additions & 0 deletions emhass/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /usr/src

# copy the requirements file into the image
COPY ./requirements.txt /usr/src/requirements.txt
# COPY ./emhass-0.4.3b1-py3-none-any.whl /usr/src/emhass-0.4.3b1-py3-none-any.whl

# Setup
RUN apt-get update \
Expand Down Expand Up @@ -33,6 +34,7 @@ RUN apt-get update \
&& pip3 install netCDF4==1.5.4 \
&& pip3 install --extra-index-url=https://www.piwheels.org/simple --no-cache-dir -U setuptools wheel \
&& pip3 install --extra-index-url=https://www.piwheels.org/simple --no-cache-dir -r requirements.txt \
# && pip3 install emhass-0.4.3b1-py3-none-any.whl \
&& apt-get purge -y --auto-remove \
python3-pip \
python3-dev \
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.1
version: 0.3.2
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 @@ -14,5 +14,5 @@ tables==3.7.0
flask>=2.0.3
waitress>=2.1.1
plotly>=5.6.0
emhass==0.4.2
emhass==0.4.3
#git+https://github.com/davidusb-geek/emhass

0 comments on commit 9b6253b

Please sign in to comment.