Skip to content

Commit 1b0e8ea

Browse files
committed
Perpared the new release
1 parent d865732 commit 1b0e8ea

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

emhass/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.6] - 2024-02-11
4+
### Improvement
5+
- Bumped the webui. Some great new features and styling. Now it is possible to pass data directly as lsit of values when using the buttons in the webui. Thanks to @GeoDerp
6+
- Added two additional testing environment options. Thanks to @GeoDerp
7+
### Fix
8+
- Bump markupsafe from 2.1.4 to 2.1.5
9+
310
## [0.6.5] - 2024-02-06
411
### Fix
512
- Fixed number of startups constraint for deferrable load at the begining of the optimization period
@@ -597,6 +604,7 @@ The new machine learning forecast module is here! Check the updated documentatio
597604
[0.6.3]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.6.3
598605
[0.6.4]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.6.4
599606
[0.6.5]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.6.5
607+
[0.6.6]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.6.6
600608

601609
# Notes
602610
All notable changes to this project will be documented in this file.

emhass/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build_from:
22
amd64: ghcr.io/home-assistant/amd64-base-debian:bookworm
3-
armhf: ghcr.io/home-assistant/armhf-base-debian:bullseye
3+
armhf: ghcr.io/home-assistant/armhf-base-debian:bookworm
44
armv7: ghcr.io/home-assistant/armv7-base-debian:bookworm
55
aarch64: ghcr.io/home-assistant/aarch64-base-debian:bookworm
66
codenotary:

emhass/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: EMHASS
22
description: Energy Management for Home Assistant
33
url: https://github.com/davidusb-geek/emhass
4-
version: 0.6.5
4+
version: 0.6.6
55
slug: emhass
66
arch:
77
- aarch64

emhass/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ skforecast==0.11.0
1414
flask>=2.0.3
1515
waitress>=2.1.1
1616
plotly>=5.6.0
17-
emhass==0.7.6
17+
emhass==0.7.7
1818
#git+https://github.com/davidusb-geek/emhass

0 commit comments

Comments
 (0)