From 86f26a372bbdd3cc85c290240795d51d2d0bb5e1 Mon Sep 17 00:00:00 2001 From: BIBOLV <49994376+BIBOLV@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:36:19 +0200 Subject: [PATCH] Update ha addon version and changelog --- ha-addon/CHANGELOG.md | 5 +++++ ha-addon/config.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ha-addon/CHANGELOG.md b/ha-addon/CHANGELOG.md index d326262..69de06a 100755 --- a/ha-addon/CHANGELOG.md +++ b/ha-addon/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.12.0 - **!ATTENTION!** +- HA add-on has moved to new and seperate repo, please migrate to it - https://github.com/wmbusmeters/wmbusmeters-ha-addon +- This is last version released in this repo and soon it will be removed +- **Warning** - migration is breaking change, so please read migration manual at new repo + # Breaking changes Configuration format has changed since version 1.11.0-1. diff --git a/ha-addon/config.json b/ha-addon/config.json index 750cbcf..24acbb9 100755 --- a/ha-addon/config.json +++ b/ha-addon/config.json @@ -1,6 +1,6 @@ { "name": "Wmbusmeters (W-MBus to MQTT)", - "version": "1.11.0-2", + "version": "1.12.0", "slug": "wmbusmeters", "description": "Acquire utility meter readings using the wireless mbus protocol (WMBUS)", "arch": ["armv7", "aarch64", "amd64"],