diff --git a/custom_components/healthchecksio/manifest.json b/custom_components/healthchecksio/manifest.json index 57591ba..981508a 100644 --- a/custom_components/healthchecksio/manifest.json +++ b/custom_components/healthchecksio/manifest.json @@ -1,12 +1,10 @@ { "domain": "healthchecksio", "name": "Healthchecks.io", + "codeowners": ["@ludeeus"], + "config_flow": true, "documentation": "https://github.com/custom-components/healthchecksio", - "issue_tracker": "https://github.com/custom-components/healthchecksio/issues", "iot_class": "cloud_polling", - "config_flow": true, - "codeowners": [ - "@ludeeus" - ], + "issue_tracker": "https://github.com/custom-components/healthchecksio/issues", "version": "0.0.0" } \ No newline at end of file