fix manifest sorting
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"domain": "mysmartbike_ble",
|
"domain": "mysmartbike_ble",
|
||||||
"name": "MySmartBike BLE",
|
"name": "MySmartBike BLE",
|
||||||
|
"bluetooth": [
|
||||||
|
{
|
||||||
|
"local_name": "iWoc*"
|
||||||
|
}
|
||||||
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@renenulschde"
|
"@renenulschde"
|
||||||
],
|
],
|
||||||
@@ -16,10 +21,5 @@
|
|||||||
"bleak>=0.21.0",
|
"bleak>=0.21.0",
|
||||||
"bleak-retry-connector>=3.1.0"
|
"bleak-retry-connector>=3.1.0"
|
||||||
],
|
],
|
||||||
"version": "0.0.2",
|
"version": "0.0.2"
|
||||||
"bluetooth": [
|
|
||||||
{
|
|
||||||
"local_name": "iWoc*"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user