Skip to content

Commit

Permalink
Fix manifest order
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneNulschDE committed Jan 16, 2024
1 parent 2394430 commit b4f7a89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/mysmartbike/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "mysmartbike",
"name": "MySmartBike",
"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": [],
"dependencies": [],
"codeowners": ["@ReneNulschDE"],
"version": "0.0.1",
"iot_class": "cloud_polling"
"version": "0.0.1"
}

0 comments on commit b4f7a89

Please sign in to comment.