Release P1 logger v0.0.5
This commit is contained in:
parent
222d40e193
commit
2ebff590cf
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.0.5] 2024-08-14
|
||||||
|
|
||||||
|
- Previously, P1 logger wouldn't run properly on systems with processor architectures other than ARM64. This release fixes that, as this was caused by an issue with multi-platform builds.
|
||||||
|
- Adds support for voltage sags and swells to the ESPHome example config.
|
||||||
|
- The go version was upgraded from 1.22 to 1.23 and go dependencies were upgraded.
|
||||||
|
|
||||||
## [0.0.4] 2024-07-26
|
## [0.0.4] 2024-07-26
|
||||||
|
|
||||||
- Adds support for logging electricity sags and swells
|
- Adds support for logging electricity sags and swells
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# https://developers.home-assistant.io/docs/add-ons/configuration/
|
# https://developers.home-assistant.io/docs/add-ons/configuration/
|
||||||
---
|
---
|
||||||
name: P1 Logger
|
name: P1 Logger
|
||||||
version: "0.0.4"
|
version: "0.0.5"
|
||||||
slug: p1_logger
|
slug: p1_logger
|
||||||
description: "P1 Logger add-on for Home Assistant"
|
description: "P1 Logger add-on for Home Assistant"
|
||||||
url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/p1-logger
|
url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/p1-logger
|
||||||
|
|
Loading…
Reference in a new issue