From abd3099633d446b85ceb7d77c77d3da43835a76c Mon Sep 17 00:00:00 2001 From: Thomas Germain <12560542+thomasgermain@users.noreply.github.com> Date: Mon, 21 Nov 2022 14:03:06 +0100 Subject: [PATCH] fix login (#167) --- custom_components/multimatic/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/multimatic/manifest.json b/custom_components/multimatic/manifest.json index c2e4f25..dab8116 100644 --- a/custom_components/multimatic/manifest.json +++ b/custom_components/multimatic/manifest.json @@ -5,13 +5,13 @@ "documentation": "https://github.com/thomasgermain/vaillant-component", "issue_tracker": "https://github.com/thomasgermain/vaillant-component/issues", "requirements": [ - "pymultimatic==0.6.10" + "pymultimatic==0.6.11" ], "ssdp": [], "zeroconf": [], "homekit": {}, "dependencies": [], "codeowners": ["@thomasgermain"], - "version": "1.12.9", + "version": "1.12.10", "iot_class": "cloud_polling" }