-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
/
Copy pathmanifest.json
43 lines (43 loc) · 960 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"domain": "switchbot",
"name": "SwitchBot Bluetooth",
"bluetooth": [
{
"service_data_uuid": "00000d00-0000-1000-8000-00805f9b34fb",
"connectable": false
},
{
"service_data_uuid": "0000fd3d-0000-1000-8000-00805f9b34fb",
"connectable": false
},
{
"service_uuid": "cba20d00-224d-11e6-9fb8-0002a5d5c51b",
"connectable": false
},
{
"manufacturer_id": 2409,
"connectable": false
},
{
"manufacturer_id": 89,
"connectable": true
},
{
"manufacturer_id": 741,
"connectable": true
}
],
"codeowners": [
"@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"],
"requirements": ["PySwitchbot==0.55.4"]
}