From b026faa15727b9561f38b4c28ebbb195094113bc Mon Sep 17 00:00:00 2001 From: Julius Vitkauskas Date: Mon, 14 Sep 2020 22:54:24 +0300 Subject: [PATCH] Use pyit600 0.0.3 to be compatible with more thermostats --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6562979..3fc99f1 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://github.com/konradb3/homeassistant_salus", "dependencies": [], "codeowners": ["konradb3"], - "requirements": ["git+https://github.com/konradb3/pyit600.git@fix_thermostats_detection#pyit600"] - } \ No newline at end of file + "requirements": ["pyit600==0.0.3"] + }