From b0fc16e0939ef2d77ce340e6b6df553f99335122 Mon Sep 17 00:00:00 2001 From: dlarrick Date: Sat, 2 Jul 2022 13:28:39 -0400 Subject: [PATCH] Bump pykumo to v0.2.3 Treat all non Kumo Station units as indoor units --- custom_components/kumo/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/kumo/manifest.json b/custom_components/kumo/manifest.json index a65b8ab..15bc390 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.2.2"], + "requirements": ["pykumo==0.2.3"], "version": "0.3.0", "homeassistant": "0.96.0" }