Skip to content

Commit

Permalink
Alphabetise manifest per new requirements (for hassfest action)
Browse files Browse the repository at this point in the history
except for domain and name which have to be first and second
  • Loading branch information
markvader authored Apr 6, 2023
1 parent fc1ed81 commit 3b452ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/sonic/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "sonic",
"name": "Sonic (Hero Labs)",
"codeowners": ["@markvader"],
"config_flow": true,
"issue_tracker": "https://github.com/markvader/sonic_hacs/issues",
"documentation": "https://www.home-assistant.io/integrations/sonic",
"requirements": ["herolabsapi==0.4.0"],
"codeowners": ["@markvader"],
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/markvader/sonic_hacs/issues",
"loggers": ["sonic"],
"requirements": ["herolabsapi==0.4.0"],
"version": "v0.1.9"
}

0 comments on commit 3b452ec

Please sign in to comment.