From 2c32648ad48d30e9586b5ec4dec9469cc13ff23b Mon Sep 17 00:00:00 2001 From: tore Date: Wed, 20 Apr 2022 19:48:45 +0000 Subject: [PATCH] Update version and requirements #29 --- custom_components/amshan/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/amshan/manifest.json b/custom_components/amshan/manifest.json index fc60406..252abc1 100644 --- a/custom_components/amshan/manifest.json +++ b/custom_components/amshan/manifest.json @@ -1,7 +1,7 @@ { "domain": "amshan", "name": "AMS HAN meter", - "version": "2022.2.7", + "version": "2022.4.0", "config_flow": true, "documentation": "https://github.com/toreamun/amshan-homeassistant", "issue_tracker": "https://github.com/toreamun/amshan-homeassistant/issues", @@ -9,7 +9,7 @@ "@toreamun" ], "requirements": [ - "amshan[serial]==2.0.2" + "amshan[serial]==2.0.5" ], "after_dependencies": [ "mqtt"