Skip to content

Commit

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

0 comments on commit c464235

Please sign in to comment.