Add integration_type device to mystrom (#159703)

This commit is contained in:
Joost Lekkerkerker
2025-12-25 13:52:33 +01:00
committed by GitHub
parent 0a4c75951a
commit bfe1e70e06
2 changed files with 2 additions and 1 deletions

View File

@@ -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"]

View File

@@ -4301,7 +4301,7 @@
},
"mystrom": {
"name": "myStrom",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},