Add integration_type to HomeWizard Energy manifest (#157680)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Paulus Schoutsen
2025-12-02 00:04:08 -05:00
committed by GitHub
parent 5f6d2f537a
commit 02a70123c1
2 changed files with 2 additions and 1 deletions
@@ -9,6 +9,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/homewizard",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["homewizard_energy"],
"quality_scale": "platinum",
+1 -1
View File
@@ -2802,7 +2802,7 @@
},
"homewizard": {
"name": "HomeWizard Energy",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},