From e12c0420680c384930a8aa60082e86bf8749adfa Mon Sep 17 00:00:00 2001 From: Julius Vitkauskas Date: Wed, 9 Nov 2022 02:07:24 +0200 Subject: [PATCH] Support reading humidity from more SQ610 thermostats --- custom_components/salus/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/salus/manifest.json b/custom_components/salus/manifest.json index ea08a04..20efc2d 100644 --- a/custom_components/salus/manifest.json +++ b/custom_components/salus/manifest.json @@ -4,10 +4,10 @@ "config_flow": true, "documentation": "https://github.com/jvitkauskas/homeassistant_salus", "issue_tracker": "https://github.com/jvitkauskas/homeassistant_salus/issues", - "requirements": ["pyit600==0.5.0"], + "requirements": ["pyit600==0.5.1"], "dependencies": [], "codeowners": [ "@jvitkauskas" ], - "version": "0.5.0" + "version": "0.5.1" }