From b07e8f9dee9d394e417495f8c8f446cbd5a941cc Mon Sep 17 00:00:00 2001 From: Jack Simbach Date: Sat, 11 Dec 2021 19:07:21 -0500 Subject: [PATCH] - updated gehomesdk version requirement --- custom_components/ge_home/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ge_home/manifest.json b/custom_components/ge_home/manifest.json index 5d2e346..4bf6cc5 100644 --- a/custom_components/ge_home/manifest.json +++ b/custom_components/ge_home/manifest.json @@ -3,7 +3,7 @@ "name": "GE Home (SmartHQ)", "config_flow": true, "documentation": "https://github.com/simbaja/ha_gehome", - "requirements": ["gehomesdk==0.4.17","magicattr==0.1.5"], + "requirements": ["gehomesdk==0.4.19","magicattr==0.1.5"], "codeowners": ["@simbaja"], "version": "0.6.0" }