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:
committed by
GitHub
parent
f6acd4f230
commit
faae23ee1b
@@ -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"]
|
||||
|
||||
@@ -3118,7 +3118,7 @@
|
||||
},
|
||||
"iotawatt": {
|
||||
"name": "IoTaWatt",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user