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
toreamun authored Jun 14, 2023
1 parent 8141a7c commit d2f2cee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions custom_components/amshan/manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"domain": "amshan",
"name": "AMS HAN meter",
"version": "2023.6.0",
"config_flow": true,
"documentation": "https://github.com/toreamun/amshan-homeassistant",
"issue_tracker": "https://github.com/toreamun/amshan-homeassistant/issues",
"after_dependencies": [
"mqtt"
],
"codeowners": [
"@toreamun"
],
"config_flow": true,
"documentation": "https://github.com/toreamun/amshan-homeassistant",
"iot_class": "local_push",
"issue_tracker": "https://github.com/toreamun/amshan-homeassistant/issues",
"requirements": [
"amshan[serial]==2.1.1"
],
"after_dependencies": [
"mqtt"
],
"iot_class": "local_push"
"version": "2023.6.0"
}

0 comments on commit d2f2cee

Please sign in to comment.