ha_gehome/custom_components/ge_home/manifest.json

12 lines
328 B
JSON
Raw Normal View History

{
"domain": "ge_home",
2021-07-31 18:15:51 -06:00
"name": "GE Home (SmartHQ)",
"config_flow": true,
2023-07-30 13:15:47 -06:00
"integration_type": "hub",
"iot_class": "cloud_push",
2021-07-31 18:15:51 -06:00
"documentation": "https://github.com/simbaja/ha_gehome",
2024-06-23 08:16:02 -06:00
"requirements": ["gehomesdk==0.5.28","magicattr==0.1.6","slixmpp==1.8.3"],
"codeowners": ["@simbaja"],
2024-06-23 08:16:02 -06:00
"version": "0.6.11"
}