diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index 95e5e73..d6f1317 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.10.4 - 2024-07-10 +### Improvement +- Added a new thermal modeling, see the new section in the documentation for help to implement this of model for thermal deferrable loads +- Improved documentation + ## 0.10.3 - 2024-07-06 ### Improvement - Added improved support for `def_start_penalty` option diff --git a/emhass/config.yml b/emhass/config.yml index e86f38a..cb25565 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: 0.10.3 +version: 0.10.4 slug: emhass arch: - aarch64 diff --git a/emhass/requirements.txt b/emhass/requirements.txt index 5f89280..55e47a3 100644 --- a/emhass/requirements.txt +++ b/emhass/requirements.txt @@ -16,5 +16,5 @@ flask>=2.0.3 waitress>=2.1.1 plotly>=5.6.0 #EMHASS -emhass==0.10.3 +emhass==0.10.4 #git+https://github.com/davidusb-geek/emhass \ No newline at end of file