Skip to content

Commit

Permalink
fix manifest validation alphabetic order
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscamicas committed Nov 28, 2023
1 parent fbb96f4 commit 9f3a46b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions custom_components/gazdebordeaux/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"domain": "gazdebordeaux",
"name": "Gaz de Bordeaux",
"codeowners": [
"@chriscamicas"
],
"config_flow": true,
"dependencies": ["recorder"],
"documentation": "https://github.com/chriscamicas/gazdebordeaux-ha",
"version": "1.0.0",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/chriscamicas/gazdebordeaux-ha/issues",
"config_flow": true,
"requirements": [
],
"dependencies": ["recorder"],
"codeowners": [
"@chriscamicas"
],
"iot_class": "cloud_polling"
"version": "1.0.0"
}

0 comments on commit 9f3a46b

Please sign in to comment.