Skip to content

Commit 4ad09fd

Browse files
committed
Prepared new version
1 parent 6d43ec7 commit 4ad09fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

emhass/CHANGELOG.md

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

3+
## 0.11.1 - 2024-10-29
4+
### Fix
5+
- Fix parameter saving and duplicate battery bugs
6+
- utils.py add more specific logging information for config
7+
- Fix issue where thermal runtime parameters were not being propagated into optim_conf
8+
39
## 0.11.0 - 2024-10-25
410

511
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.

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: v0.11.0 #set if use image container version
4+
version: v0.11.1 #set if use image container version
55
slug: emhass
66
arch:
77
- aarch64

0 commit comments

Comments
 (0)