diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index d6f1317..fe447d5 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.10.5 - 2024-07-12 +### Improvement +- Added support for pubishing thermal load data, namely the predicted room temperature + ## 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 diff --git a/emhass/config.yml b/emhass/config.yml index cb25565..56bc44d 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.4 +version: 0.10.5 slug: emhass arch: - aarch64 diff --git a/emhass/requirements.txt b/emhass/requirements.txt index 55e47a3..23cfab8 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.4 +emhass==0.10.5 #git+https://github.com/davidusb-geek/emhass \ No newline at end of file