Skip to content

Commit

Permalink
Manifest keys have been sorted: domain, name, then alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosweet committed Feb 24, 2023
1 parent c464235 commit ec84336
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions custom_components/nasa/manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"codeowners": [
"@caiosweet"
],
"domain": "nasa",
"name": "Nasa",
"codeowners": ["@caiosweet"],
"config_flow": true,
"documentation": "https://github.com/caiosweet/Home-Assistant-custom-components-NASA",
"domain": "nasa",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/caiosweet/Home-Assistant-custom-components-NASA/issues",
"loggers": [
"aionasa"
],
"name": "Nasa",
"requirements": [
"aionasa"
],
"loggers": ["aionasa"],
"requirements": ["aionasa"],
"version": "0.0.0"
}

0 comments on commit ec84336

Please sign in to comment.