Skip to content

Commit

Permalink
fix: sort keys in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotak committed Jun 8, 2023
1 parent 9cd7ee8 commit d44f91b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/attributes/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "attributes",
"name": "Attributes",
"version": "1.2.1",
"codeowners": ["@pilotak"],
"dependencies": [],
"documentation": "https://github.com/pilotak/homeassistant-attributes",
"issue_tracker": "https://github.com/pilotak/homeassistant-attributes/issues",
"iot_class": "assumed_state",
"issue_tracker": "https://github.com/pilotak/homeassistant-attributes/issues",
"requirements": [],
"dependencies": [],
"codeowners": ["@pilotak"]
"version": "1.2.1"
}

0 comments on commit d44f91b

Please sign in to comment.