From fd38d896a4cb72fd32e876655388b12343f2377e Mon Sep 17 00:00:00 2001 From: davidusb-geek Date: Thu, 31 Oct 2024 01:18:26 +0100 Subject: [PATCH] Prepared new version --- emhass/CHANGELOG.md | 7 +++++++ emhass/config.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index 2a1795a..bdfe8c0 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.11.2 - 2024-10-31 +### Improvement +- Added support to retrieve HA configuration. This will be used in the future to automatically retrieve some parameters as the currency +### Fix +- utils fix runtime parameter merge bugs +- configuration_script.js fix placeholder value bug + ## 0.11.1 - 2024-10-29 ### Fix - Fix parameter saving and duplicate battery bugs diff --git a/emhass/config.yml b/emhass/config.yml index 2df78db..f0c57ff 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.1 #set if use image container version +version: v0.11.2 #set if use image container version slug: emhass arch: - aarch64