1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add integration_type device to iotawatt (#159178)

This commit is contained in:
Joost Lekkerkerker
2025-12-16 11:42:59 +01:00
committed by GitHub
parent f6acd4f230
commit faae23ee1b
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@gtdiehl", "@jyavenard"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/iotawatt",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["iotawattpy"],
"requirements": ["ha-iotawattpy==0.1.2"]

View File

@@ -3118,7 +3118,7 @@
},
"iotawatt": {
"name": "IoTaWatt",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},