-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathconfigSample.json
53 lines (53 loc) · 1.36 KB
/
configSample.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
44
45
46
47
48
49
50
51
52
53
{
"bridge": {
"name": "Home Test",
"username": "0E:D1:4B:32:A8:65",
"port": 56666,
"pin": "935-15-250",
"advertiser": "bonjour-hap",
"bind": [
"en0"
]
},
"accessories": [],
"platforms": [
{
"name": "Config",
"port": 8581,
"auth": "form",
"theme": "auto",
"tempUnits": "f",
"lang": "auto",
"platform": "config"
},
{
"name": "Wyze",
"username": "email",
"password": "password",
"keyId": "keyID",
"apiKey": "apiKey",
"refreshInterval": 20000,
"entryExitDelay": 30,
"apiLogEnabled": true,
"pluginLoggingEnabled": true,
"showAdvancedOptions": true,
"excludeMacAddress": false,
"excludedeviceType": true,
"filterDeviceTypeList": [
"OutdoorPlug",
"Plug",
"Light",
"MeshLight",
"LightStrip",
"ContactSensor",
"MotionSensor",
"Lock",
"TemperatureHumidity",
"LeakSensor",
"S1Gateway",
"Common"
],
"platform": "WyzeSmartHome"
}
]
}