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