From 3c045c02f593a6aab9f11c31e1bf3630f300d237 Mon Sep 17 00:00:00 2001 From: Jack Simbach Date: Sat, 21 Aug 2021 11:33:18 -0400 Subject: [PATCH] - version bump --- custom_components/ge_home/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/ge_home/manifest.json b/custom_components/ge_home/manifest.json index 69bcb7e..f196f64 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.3","magicattr==0.1.5"], + "requirements": ["gehomesdk==0.4.4","magicattr==0.1.5"], "codeowners": ["@simbaja"], - "version": "0.4.3" + "version": "0.4.4" }