diff --git a/custom_components/start_time/manifest.json b/custom_components/start_time/manifest.json index 63e2e7b..21aa21a 100644 --- a/custom_components/start_time/manifest.json +++ b/custom_components/start_time/manifest.json @@ -1,12 +1,14 @@ { "domain": "start_time", "name": "Start Time", + "codeowners": [ + "@AlexxIT" + ], "config_flow": true, + "dependencies": [], "documentation": "https://github.com/AlexxIT/StartTime", + "iot_class": "calculated", "issue_tracker": "https://github.com/AlexxIT/StartTime/issues", - "codeowners": ["@AlexxIT"], - "dependencies": [], "requirements": [], - "version": "1.1.6", - "iot_class": "calculated" + "version": "1.1.7" }