home-assistant-addons/opendtu-logger/CHANGELOG.md

20 lines
642 B
Markdown
Raw Normal View History

2024-07-26 11:39:10 +02:00
# Changelog
## [0.1.0] 2024-07-26
- **BREAKING CHANGE:** The `opendtu` configuration variable was renamed to `opendtu_address`.
- This version adds support for password-protected OpenDTU's, by implementing support for authentication.
## [0.0.11] 2024-07-26
- Adds automatic database migrations, so future upgrades can be performed automatically and will not require user intervention.
- Upgrades dependencies
## [0.0.10] 2024-07-26
2024-07-26 11:39:10 +02:00
- Fixes an issue where the config for events querying and timezone wasn't set up properly when using Home Assistant.
## [0.0.9] 2024-07-25
2024-07-26 11:39:10 +02:00
- Initial release of the OpenDTU Logger Home Assistant add-on.