Skip to content

Commit

Permalink
Prepared new version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Oct 29, 2024
1 parent 6d43ec7 commit 4ad09fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions emhass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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: v0.11.0 #set if use image container version
version: v0.11.1 #set if use image container version
slug: emhass
arch:
- aarch64
Expand Down

0 comments on commit 4ad09fd

Please sign in to comment.