diff --git a/custom_components/mysmartbike/manifest.json b/custom_components/mysmartbike/manifest.json index 90b297d..e18571e 100644 --- a/custom_components/mysmartbike/manifest.json +++ b/custom_components/mysmartbike/manifest.json @@ -1,12 +1,14 @@ { "domain": "mysmartbike", "name": "MySmartBike", - "codeowners": ["@ReneNulschDE"], + "codeowners": [ + "@ReneNulschDE" + ], "config_flow": true, "dependencies": [], "documentation": "https://github.com/ReneNulschDE/ha-mysmartbike", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/ReneNulschDE/ha-mysmartbike/issues", "requirements": [], - "version": "0.0.1" -} + "version": "dev" +} \ No newline at end of file