diff --git a/custom_components/ge_home/manifest.json b/custom_components/ge_home/manifest.json index f9198af..79ab208 100644 --- a/custom_components/ge_home/manifest.json +++ b/custom_components/ge_home/manifest.json @@ -3,7 +3,7 @@ "name": "GE Home", "config_flow": true, "documentation": "https://github.com/simbaja/ha_components", - "requirements": ["gehomesdk==0.3.15","magicattr==0.1.5"], + "requirements": ["gehomesdk==0.3.16","magicattr==0.1.5"], "codeowners": ["@simbaja"], - "version": "0.3.15" + "version": "0.3.16" }