From bdfb685c9262282ed6766f15d04460904ff358e5 Mon Sep 17 00:00:00 2001 From: scottyphillips Date: Fri, 11 Mar 2022 13:41:01 +1100 Subject: [PATCH] very minor update to fix up solar generation (incorrectly using KWH) --- custom_components/echonetlite/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/echonetlite/manifest.json b/custom_components/echonetlite/manifest.json index b2d3ba8..245a21b 100644 --- a/custom_components/echonetlite/manifest.json +++ b/custom_components/echonetlite/manifest.json @@ -5,13 +5,13 @@ "config_flow": true, "documentation": "https://www.github.com/scottyphillips/echonetlite_homeassistant", "requirements": [ - "pychonet==2.1.6", + "pychonet==2.1.7", "aio-udp-server" ], "dependencies": [], "codeowners": [ "@scottyphillips" ], - "version": "3.4.4", + "version": "3.4.5", "iot_class": "local_polling" }