Skip to content

Commit

Permalink
Fix hassfest validation (#79)
Browse files Browse the repository at this point in the history
Manifest keys have been sorted: domain, name, then alphabetical order
  • Loading branch information
metbril committed Mar 17, 2023
1 parent 720af64 commit 0800555
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/sun2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "sun2",
"name": "Sun2",
"version": "2.2.1",
"codeowners": ["@pnbruckner"],
"dependencies": [],
"documentation": "https://github.com/pnbruckner/ha-sun2/blob/master/README.md",
"iot_class": "calculated",
"issue_tracker": "https://github.com/pnbruckner/ha-sun2/issues",
"requirements": [],
"dependencies": [],
"iot_class": "calculated",
"codeowners": ["@pnbruckner"]
"version": "2.2.1"
}

0 comments on commit 0800555

Please sign in to comment.