1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00

Add integration_type hub to electrasmart (#158942)

This commit is contained in:
Joost Lekkerkerker
2025-12-14 07:17:50 +01:00
committed by GitHub
parent 35f287e330
commit b72f04d44e

View File

@@ -4,6 +4,7 @@
"codeowners": ["@jafar-atili"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/electrasmart",
"integration_type": "hub",
"iot_class": "cloud_polling",
"requirements": ["pyElectra==1.2.4"]
}