Releases: robbinjanssen/home-assistant-omnik-inverter
v2.4.0-beta
Note: this is a beta release, stuff might be broken!
v2.3.0
What’s changed
🚀 Enhancements
- #82 Ginlong Solis wifistick @mvdwetering
🧰 Maintenance
- #97 Update manifest.json @robbinjanssen
📚 Documentation
- #95 Add Hosola 1500TL to supported models @robbinjanssen
v2.2.0
What’s changed
✨ New features
- #90 Add diagnostics to integration @klaasnicolaas
🚀 Enhancements
- #84 Use DeviceInfo and update code styling @klaasnicolaas
🧰 Maintenance
- #91 🎆Updates maintenance/license year to 2022 @klaasnicolaas
- #92 Add issue template to repository @robbinjanssen
⬆️ Dependency updates
- #86 Bump release-drafter/release-drafter from 5.15.0 to 5.16.1 @dependabot
- #87 Bump release-drafter/release-drafter from 5.16.1 to 5.17.5 @dependabot
- #88 Bump release-drafter/release-drafter from 5.17.5 to 5.17.6 @dependabot
- #89 Use github action release-drafter@v5 instead of a specific version @robbinjanssen
v2.1.0
What’s changed
🚀 Enhancements
- #71 Fix capital P in password key @mvdwetering
- #72 Do not overwrite OmnikInverter after setting up for html @mvdwetering
🧰 Maintenance
- #74 Add stale action 🤖 @robbinjanssen
- #75 Bump manifest.json @robbinjanssen
⬆️ Dependency updates
- #69 Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot
- #78 Bump actions/checkout from 2.3.5 to 2.4.0 @dependabot
v2.0.0
What’s changed
We proudly present the release for version 2.0.0 🥳 🎉
The whole component has been refactored and is now compatible with the new Home Assistant Energy Dashboard. Furthermore @klaasnicolaas added a very nice config flow so no more yaml
! Last but not least we now support an HTML data source as well.
❗Breaking change ❗
Instead of configuring the component via yaml, you now add the component as an integration via home assistant and follow the config flow. So after upgrading please remove the yaml from your config and re-add the component via integrations.
v2.0.0-rc
What’s changed
We proudly present the release candidate for version 2.0.0 🥳
In this release, the focus was mainly on updating documentation and from now on you will receive a warning when you upgrade from an earlier release due to the changes in the config flow in beta 3.
Breaking change
It's a "beta" release, which means things may break when you update. If that is the case in your case: remove the integration (also in HACS), restart Home Assistant and add the integration again. If this didn't help, open an issue.
🚀 Enhancements
- #57 Warn the user when trying to migrate config_flow from previous beta @robbinjanssen
📚 Documentation
- #55 Update documentation for HTML support @robbinjanssen
- #58 Update README and info (HACS) @robbinjanssen
⬆️ Dependency updates
- #59 Bump python package version @klaasnicolaas
v2.0.0-beta-3
What’s changed
We added support for inverters with only a data source from an HTML file, while also changing the entire config flow.
Test it out and in case of problems, we can be found in the issues page! 😄
Breaking change
It's a "beta" release, which means things may break when you update. If that is the case in your case: remove the integration, restart Home Assistant and add the integration again. If this didn't help, open an issue.
✨ New features
- #53 Add support for HTML sources @klaasnicolaas
📚 Documentation
- #53 Add support for HTML sources @klaasnicolaas
⬆️ Dependency updates
- #52 Bump the python package version @klaasnicolaas
v2.0.0-beta-2
What’s changed
A new beta release! ✨
This time we have added the option to set the scan interval to at least 1 minute (default is 4 minutes), but keep in mind that most inverters update their values once every 5 minutes. In addition, we have introduced a new exception for the JSON inverters (in the python package) that intervenes when your inverter returns a value of 0.0
for both day and total production.
Test it out and in case of problems, we can be found in the issues page! 😄
🚀 Enhancements
- #49 Improve the config flow @klaasnicolaas
🧰 Maintenance
- #48 Revert "Revert "🔨 Improve the repo workflow"" @klaasnicolaas
⬆️ Dependency updates
- #50 ⬆️ Bump the python package version to 0.5.0 @klaasnicolaas
v2.0.0-beta
v2.0.0-beta - 2021-09-14
Added
- Added support for Home Assistant Energy Dashboard 🔋
Changed
- The custom component can now be added via integrations in Home Assistant, no more
configuration.yaml
🎉
BREAKING
This component can no longer be configured using
configuration.yaml
. You should remove it from yourconfiguration.yaml
and re-add it using Home Assistant integrations