Upgrade OpenDTU Logger to v0.1.3
This commit is contained in:
parent
ae9593fed6
commit
222d40e193
2 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.1.3] 2024-08-10
|
||||||
|
|
||||||
|
- An issue with the Dockerfile was fixed, causing cross-compilation issues. Previously, all container architectures would be compiled with an arm64 binary. The add-on would fail to run on e.g. x86 / amd64 systems. This has now been fixed.
|
||||||
|
- When events are recorded, the locally configured timezone is now taken into account.
|
||||||
|
|
||||||
|
## [0.1.2] 2024-07-27
|
||||||
|
|
||||||
|
- Preliminary support for configurable log levels is expanded to binary and Docker container execution.
|
||||||
|
|
||||||
## [0.1.1] 2024-07-26
|
## [0.1.1] 2024-07-26
|
||||||
|
|
||||||
- Adds preliminary support for configurable log levels for development purposes.
|
- Adds preliminary support for configurable log levels for development purposes.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# https://developers.home-assistant.io/docs/add-ons/configuration/
|
# https://developers.home-assistant.io/docs/add-ons/configuration/
|
||||||
---
|
---
|
||||||
name: OpenDTU Logger
|
name: OpenDTU Logger
|
||||||
version: "0.1.1"
|
version: "0.1.3"
|
||||||
slug: opendtu_logger
|
slug: opendtu_logger
|
||||||
description: "OpenDTU Logger add-on for Home Assistant"
|
description: "OpenDTU Logger add-on for Home Assistant"
|
||||||
url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/opendtu-logger
|
url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/opendtu-logger
|
||||||
|
|
Loading…
Reference in a new issue