From 9b6fbe8653ba463bdf83eba60b18891aeead29ac Mon Sep 17 00:00:00 2001 From: Doug Larrick Date: Sun, 5 Nov 2023 08:11:09 -0500 Subject: [PATCH] PyKumo v0.3.8 Fixes: #109 --- 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 0ed70c7..d4d7616 100755 --- a/custom_components/kumo/manifest.json +++ b/custom_components/kumo/manifest.json @@ -5,7 +5,7 @@ "documentation": "https://github.com/dlarrick/hass-kumo", "dependencies": [], "codeowners": [ "@dlarrick" ], - "requirements": ["pykumo==0.3.7"], - "version": "0.3.8", + "requirements": ["pykumo==0.3.8"], + "version": "0.3.9", "homeassistant": "2021.12.0" }