From f6585b20127f47d83b83474f3ff4c0d78505c3cc Mon Sep 17 00:00:00 2001 From: thomasgermain <12560542+thomasgermain@users.noreply.github.com> Date: Fri, 25 Feb 2022 21:19:36 +0100 Subject: [PATCH] handle changes in 2022.03 --- 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 236b536..a266c36 100644 --- a/custom_components/multimatic/manifest.json +++ b/custom_components/multimatic/manifest.json @@ -5,7 +5,7 @@ "documentation": "https://github.com/thomasgermain/vaillant-component", "issue_tracker": "https://github.com/thomasgermain/vaillant-component/issues", "requirements": [ - "pymultimatic==0.6.6" + "pymultimatic==0.6.7" ], "ssdp": [], "zeroconf": [], @@ -14,6 +14,6 @@ "codeowners": [ "@thomasgermain" ], - "version": "1.12.2", + "version": "1.12.3", "iot_class": "cloud_polling" }