diff --git a/custom_components/mold_risk_index/manifest.json b/custom_components/mold_risk_index/manifest.json index 9fbd28f..05597c5 100644 --- a/custom_components/mold_risk_index/manifest.json +++ b/custom_components/mold_risk_index/manifest.json @@ -1,12 +1,12 @@ { "domain": "mold_risk_index", "name": "Mold Risk Index", - "version": "1.0.1", - "documentation": "https://github.com/Strixx76/mold_risk_index", - "issue_tracker": "https://github.com/Strixx76/mold_risk_index/issues", - "codeowners": ["@Strixx76"], - "iot_class": "calculated", + "codeowners": ["@Strixx76"], "config_flow": true, "dependencies": [], - "requirements": [] -} \ No newline at end of file + "documentation": "https://github.com/Strixx76/mold_risk_index", + "iot_class": "calculated", + "issue_tracker": "https://github.com/Strixx76/mold_risk_index/issues", + "requirements": [], + "version": "1.0.1" +}