1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 06:28:31 +00:00
Files
core/homeassistant/components/mystrom/manifest.json
2025-08-21 08:48:03 -05:00

12 lines
305 B
JSON

{
"domain": "mystrom",
"name": "myStrom",
"codeowners": ["@fabaff"],
"config_flow": true,
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/mystrom",
"iot_class": "local_polling",
"loggers": ["pymystrom"],
"requirements": ["python-mystrom==2.5.0"]
}