diff --git a/custom_components/sems/manifest.json b/custom_components/sems/manifest.json index 0c8c488..a71a0e0 100644 --- a/custom_components/sems/manifest.json +++ b/custom_components/sems/manifest.json @@ -1,12 +1,12 @@ { "domain": "sems", "name": "GoodWe SEMS API", - "config_flow": true, - "documentation": "https://github.com/TimSoethout/goodwe-sems-home-assistant", - "issue_tracker": "https://github.com/TimSoethout/goodwe-sems-home-assistant/issues", - "iot_class": "cloud_polling", - "requirements": [], - "dependencies": [], "codeowners": ["@TimSoethout"], - "version": "5.0.0" + "config_flow": true, + "dependencies": [], + "documentation": "https://github.com/TimSoethout/goodwe-sems-home-assistant", + "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/TimSoethout/goodwe-sems-home-assistant/issues", + "requirements": [], + "version": "5.0.0" }