mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
Add integration_type device to mystrom (#159703)
This commit is contained in:
committed by
GitHub
parent
0a4c75951a
commit
bfe1e70e06
@@ -5,6 +5,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["http"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/mystrom",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pymystrom"],
|
||||
"requirements": ["python-mystrom==2.5.0"]
|
||||
|
||||
@@ -4301,7 +4301,7 @@
|
||||
},
|
||||
"mystrom": {
|
||||
"name": "myStrom",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user