Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
Manifest keys sorted: domain, name, then alphabetical order.
  • Loading branch information
Strixx76 authored Jul 14, 2023
1 parent 1637c5b commit 4d56ff8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions custom_components/mold_risk_index/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "mold_risk_index",
"name": "Mold Risk Index",
"version": "1.0.1",
"documentation": "https://github.com/Strixx76/mold_risk_index",
"issue_tracker": "https://github.com/Strixx76/mold_risk_index/issues",
"codeowners": ["@Strixx76"],
"iot_class": "calculated",
"codeowners": ["@Strixx76"],
"config_flow": true,
"dependencies": [],
"requirements": []
}
"documentation": "https://github.com/Strixx76/mold_risk_index",
"iot_class": "calculated",
"issue_tracker": "https://github.com/Strixx76/mold_risk_index/issues",
"requirements": [],
"version": "1.0.1"
}

0 comments on commit 4d56ff8

Please sign in to comment.