Skip to content

Commit

Permalink
sort keys
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly authored Mar 5, 2023
1 parent 90f8990 commit 745a65a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions custom_components/tpms_ble/manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"domain": "tpms_ble",
"name": "TPMS_BLE",
"config_flow": true,
"documentation": "https://github.com/bkbilly/tpms_ble",
"issue_tracker": "https://github.com/bkbilly/tpms_ble/issues",
"bluetooth": [
{
"manufacturer_id": 256
}
],
"requirements": [],
"dependencies": ["bluetooth_adapters"],
"codeowners": ["@bkbilly"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://github.com/bkbilly/tpms_ble",
"iot_class": "local_push",
"issue_tracker": "https://github.com/bkbilly/tpms_ble/issues",
"requirements": [],
"version": "0.1"
}

0 comments on commit 745a65a

Please sign in to comment.