From dd06311be687300c2346247d5b178058e9c575d8 Mon Sep 17 00:00:00 2001 From: HarvsG <11440490+HarvsG@users.noreply.github.com> Date: Thu, 29 Jun 2023 22:06:20 +0100 Subject: [PATCH 1/3] Solves #21 --- custom_components/currentcost/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/currentcost/manifest.json b/custom_components/currentcost/manifest.json index 602a95c..284dd64 100644 --- a/custom_components/currentcost/manifest.json +++ b/custom_components/currentcost/manifest.json @@ -4,7 +4,7 @@ "version": "0.2.4", "documentation": "https://github.com/lolouk44/CurrentCost_HA_CC", "requirements": [ - "pyserial-asyncio==0.4", + "pyserial-asyncio==0.6", "xmltodict==0.12.0" ], "dependencies": [], From 1867816a161dfca0399e9fe5e89b1014f0adbe75 Mon Sep 17 00:00:00 2001 From: HarvsG <11440490+HarvsG@users.noreply.github.com> Date: Thu, 29 Jun 2023 22:11:56 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b00afb..3c7e8a3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.2.5] - 2023-06-30 +### Changed +- version bump pyserial-asyncio==0.6 to fix for python 3.11 in 2023.6 + ## [0.2.4] - 2023-01-14 ### Added - Support for unique_id to help sensor customisation From d4f2e5f18caecf0acdefd1d4a29c755e51290370 Mon Sep 17 00:00:00 2001 From: HarvsG <11440490+HarvsG@users.noreply.github.com> Date: Thu, 29 Jun 2023 22:12:26 +0100 Subject: [PATCH 3/3] bump to version 0.2.5 --- custom_components/currentcost/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/currentcost/manifest.json b/custom_components/currentcost/manifest.json index 284dd64..b5248b1 100644 --- a/custom_components/currentcost/manifest.json +++ b/custom_components/currentcost/manifest.json @@ -1,7 +1,7 @@ { "domain": "currentcost", "name": "Current Cost", - "version": "0.2.4", + "version": "0.2.5", "documentation": "https://github.com/lolouk44/CurrentCost_HA_CC", "requirements": [ "pyserial-asyncio==0.6",