Skip to content

Commit

Permalink
Merge pull request custom-components#297 from scop/style/manifest-sort
Browse files Browse the repository at this point in the history
style(manifest): sort keys according to new hassfest requirements
  • Loading branch information
Hellowlol authored Feb 24, 2023
2 parents 356ba8c + b51171d commit 5139d5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions custom_components/nordpool/manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"domain": "nordpool",
"name": "Nord Pool",
"documentation": "https://github.com/custom-components/nordpool/",
"issue_tracker": "https://github.com/custom-components/nordpool/issues",
"dependencies": [],
"after_dependencies": [
"http"
],
"config_flow": true,
"codeowners": [
"@hellowlol"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/custom-components/nordpool/",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/custom-components/nordpool/issues",
"requirements": [
"nordpool>=0.2"
],
"version": "0.0.11"
}
}

0 comments on commit 5139d5e

Please sign in to comment.