Skip to content

Commit

Permalink
Prepared a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhernandez-cea committed Dec 23, 2024
1 parent fd38d89 commit a200f72
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions emhass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.11.3 - 2024-10-31
### Improvement
- Runtime parameters now support all config parameters
- Adopted the Ruff code fomatting
- Added a Github Actions for Google OSV security code scan
- Updated the param_definitions.json
- Bump skforecast from 0.13.0 to 0.14.0. This needed upgrading a bunch of deprecated options. Notably skforcast now uses the time series cross-validation object (cv) from sklearn
### Fix
- Updated the default battery optimization weights
- Fix publish_data defaulting to opt_res_latest, tweak warning logs
- Added MLForecaster options to load_forecast_method for param_definitions.json

## 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
Expand Down
2 changes: 1 addition & 1 deletion emhass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ For those who want to test the EMHASS addon _(EMHASS inside of a virtual Home As

MIT License

Copyright (c) 2021-2023 David HERNANDEZ
Copyright (c) 2021-2025 David HERNANDEZ

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.2 #set if use image container version
version: v0.11.3 #set if use image container version
slug: emhass
arch:
- aarch64
Expand Down

0 comments on commit a200f72

Please sign in to comment.