diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index d6f71b6..2a1795a 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.11.1 - 2024-10-29 +### Fix +- Fix parameter saving and duplicate battery bugs +- utils.py add more specific logging information for config +- Fix issue where thermal runtime parameters were not being propagated into optim_conf + ## 0.11.0 - 2024-10-25 This version marks huge improvement works by @GeoDerp aiming to simplfy the intial and normal setup of EMHASS. The workflow for setting the EMHASS configuration regardless of the installation method has now been centralized on the single `config.json` file. The webserver has now a configuration tab that can be used to to modify and save the `config.json` file. diff --git a/emhass/config.yml b/emhass/config.yml index 25fa42c..2df78db 100644 --- a/emhass/config.yml +++ b/emhass/config.yml @@ -1,7 +1,7 @@ name: EMHASS description: Energy Management for Home Assistant url: https://github.com/davidusb-geek/emhass -version: v0.11.0 #set if use image container version +version: v0.11.1 #set if use image container version slug: emhass arch: - aarch64