Sort manifests 9 (#87030)
This commit is contained in:
@@ -1,18 +1,6 @@
|
||||
{
|
||||
"domain": "switchbot",
|
||||
"name": "SwitchBot",
|
||||
"documentation": "https://www.home-assistant.io/integrations/switchbot",
|
||||
"requirements": ["PySwitchbot==0.36.4"],
|
||||
"config_flow": true,
|
||||
"dependencies": ["bluetooth_adapters"],
|
||||
"codeowners": [
|
||||
"@bdraco",
|
||||
"@danielhiversen",
|
||||
"@RenierM26",
|
||||
"@murtas",
|
||||
"@Eloston",
|
||||
"@dsypniewski"
|
||||
],
|
||||
"bluetooth": [
|
||||
{
|
||||
"service_data_uuid": "00000d00-0000-1000-8000-00805f9b34fb",
|
||||
@@ -39,6 +27,18 @@
|
||||
"connectable": true
|
||||
}
|
||||
],
|
||||
"codeowners": [
|
||||
"@bdraco",
|
||||
"@danielhiversen",
|
||||
"@RenierM26",
|
||||
"@murtas",
|
||||
"@Eloston",
|
||||
"@dsypniewski"
|
||||
],
|
||||
"config_flow": true,
|
||||
"dependencies": ["bluetooth_adapters"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/switchbot",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["switchbot"]
|
||||
"loggers": ["switchbot"],
|
||||
"requirements": ["PySwitchbot==0.36.4"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user