Skip to content

Commit

Permalink
set default version to dev, version number in releases is managed in …
Browse files Browse the repository at this point in the history
…workflows
  • Loading branch information
ReneNulschDE committed Feb 9, 2024
1 parent 6434ee6 commit e1e30ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions custom_components/mysmartbike/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit e1e30ef

Please sign in to comment.