fix manifest sorting

This commit is contained in:
Rene Nulsch
2025-11-21 23:06:50 +01:00
parent e9399aa8a6
commit 4b773eede3
@@ -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*"
}
]
} }