From dd9b9d1b136f92442608e76e8687017c34d8a845 Mon Sep 17 00:00:00 2001 From: Doug Larrick Date: Sat, 22 Jun 2024 09:36:25 -0400 Subject: [PATCH] Bump pykumo to 0.3.9 Pulling in some reliability improvements --- custom_components/kumo/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/kumo/manifest.json b/custom_components/kumo/manifest.json index da8b45b..427f59d 100755 --- a/custom_components/kumo/manifest.json +++ b/custom_components/kumo/manifest.json @@ -6,8 +6,8 @@ "issue_tracker": "https://github.com/dlarrick/hass-kumo/issues", "dependencies": [], "codeowners": [ "@dlarrick" ], - "requirements": ["pykumo==0.3.8"], - "version": "0.3.11", + "requirements": ["pykumo==0.3.9"], + "version": "0.3.12", "homeassistant": "2021.12.0", "iot_class": "local_polling", "integration_type": "hub"