Skip to content

Commit

Permalink
Sort hacs manifest (#32)
Browse files Browse the repository at this point in the history
* Sort manifest

* domain and name first
  • Loading branch information
jbouwh authored May 13, 2023
1 parent df3a7b9 commit 2c7fbf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
- --configfile=tests/bandit.yaml
files: ^(custom_components|script|tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
4 changes: 2 additions & 2 deletions custom_components/elro_connects/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "elro_connects",
"name": "Elro Connects",
"codeowners": ["@jbouwh"],
"config_flow": true,
"documentation": "https://github.com/jbouwh/ha-elro-connects",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/jbouwh/ha-elro-connects/issues",
"requirements": ["lib-elro-connects==0.5.4"],
"codeowners": ["@jbouwh"],
"iot_class": "local_polling",
"version": "0.1.13"
}

0 comments on commit 2c7fbf6

Please sign in to comment.