Skip to content

Commit f9b09cc

Browse files
Reorder manifest: move bluetooth entry up
Move the "bluetooth" entry earlier in custom_components/marshall/manifest.json and reorder metadata fields. The Bluetooth service UUID block is relocated above codeowners; documentation, iot_class, issue_tracker and version remain unchanged. This is a non-functional manifest reordering to adjust key placement and maintain consistent formatting.
1 parent fc2953f commit f9b09cc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"domain": "marshall",
33
"name": "Marshall Bluetooth Speakers",
4+
"bluetooth": [
5+
{
6+
"service_uuid": "0000fe8f-0000-1000-8000-00805f9b34fb"
7+
}
8+
],
49
"codeowners": [
510
"@elrobertocarlos"
611
],
712
"config_flow": true,
8-
"documentation": "https://github.com/elrobertocarlos/marchall_bluetooth_speaker",
9-
"iot_class": "local_push",
10-
"issue_tracker": "https://github.com/elrobertocarlos/marchall_bluetooth_speaker/issues",
1113
"dependencies": [
1214
"bluetooth"
1315
],
14-
"bluetooth": [
15-
{
16-
"service_uuid": "0000fe8f-0000-1000-8000-00805f9b34fb"
17-
}
18-
],
16+
"documentation": "https://github.com/elrobertocarlos/marchall_bluetooth_speaker",
17+
"iot_class": "local_push",
18+
"issue_tracker": "https://github.com/elrobertocarlos/marchall_bluetooth_speaker/issues",
1919
"version": "0.1.0"
2020
}

0 commit comments

Comments
 (0)