-added iot class (#181)

This commit is contained in:
Jack Simbach 2023-07-30 15:15:47 -04:00
parent fc5e342fd8
commit f2e2c25ac3
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
"domain": "ge_home",
"name": "GE Home (SmartHQ)",
"config_flow": true,
"integration_type": "hub",
"iot_class": "cloud_push",
"documentation": "https://github.com/simbaja/ha_gehome",
"requirements": ["gehomesdk==0.5.13","magicattr==0.1.6","slixmpp==1.8.3"],
"codeowners": ["@simbaja"],