Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
Sort keys by alphabetical order expect for domain and name which must be at the top.
Required to pass hassfest linting.
Helps #5
  • Loading branch information
8none1 authored Dec 4, 2023
1 parent cb2f1a7 commit 727dbe1
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions custom_components/lednetwf_ble/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
{
"domain": "lednetwf_ble",
"name": "LEDnetWF BLE",
"bluetooth": [
{ "local_name": "LEDnetWF*" }
],
"codeowners": ["@raulgbcr", "@8none1"],
"config_flow": true,
"dependencies": ["bluetooth"],
"documentation": "https://github.com/raulgbcr/lednetwf_ble",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/raulgbcr/lednetwf_ble/issues",
"requirements": ["bleak-retry-connector>=1.17.1","bleak>=0.17.0"],
"version": "0.0.5",
"integration_type": "device"
"domain": "lednetwf_ble",
"name": "LEDnetWF BLE",
"bluetooth": [
{
"local_name": "LEDnetWF*"
}
],
"codeowners": [
"@raulgbcr",
"@8none1"
],
"config_flow": true,
"dependencies": [
"bluetooth"
],
"documentation": "https://github.com/raulgbcr/lednetwf_ble",
"integration_type": "device",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/raulgbcr/lednetwf_ble/issues",
"requirements": [
"bleak-retry-connector>=1.17.1",
"bleak>=0.17.0"
],
"version": "0.0.5"
}

0 comments on commit 727dbe1

Please sign in to comment.