-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
122 lines (121 loc) · 3.64 KB
/
config.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"server": {
"port": 7070,
"origin": "*",
"autostart": 0,
"home_setup_id": "!SETUPID!",
"polling_seconds": 5
},
"client": {
"default_route": "status",
"inactive_logoff": 30,
"theme": "hoobs-light",
"locale": "en",
"temp_units": "fahrenheit",
"country_code": "US",
"postal_code": "!USZIPCODE!"
},
"bridge": {
"name": "HOOBS",
"port": "!port!",
"pin": "!HOMEKITPIN",
"username": "!UNIQUEID!"
},
"description": "",
"ports": {},
"plugins": [
"homebridge-tuya-web",
"homebridge-google-nest",
"homebridge-lgwebos-tv",
"homebridge-rachio-platform"
],
"accessories": [],
"platforms": [
{
"platform": "TuyaWebPlatform",
"name": "TuyaWebPlatform",
"options": {
"username": "!USERNAME!",
"password": "!PASSWORD!",
"countryCode": "1",
"platform": "smart_life",
"pollingInterval": 180
},
"plugin_map": {
"plugin_name": "homebridge-tuya-web"
}
},
{
"platform": "Nest",
"plugin_map": {
"plugin_name": "homebridge-google-nest"
},
"name": "Nest",
"googleAuth": {
"issueToken": "!ISSUETOKEN!",
"cookies": "!COOKIES!",
"apiKey": "!APIKEY!"
}
},
{
"platform": "LgWebOsTv",
"plugin_map": {
"plugin_name": "homebridge-lgwebos-tv"
},
"devices": [
{
"name": "LG TV",
"host": "!LOCALIP!",
"mac": "!MACADDRESS!",
"switchInfoMenu": false,
"inputs": [
{
"name": "Live TV",
"reference": "com.webos.app.livetv"
},
{
"name": "HDMI 1",
"reference": "com.webos.app.hdmi1"
},
{
"name": "HDMI 2",
"reference": "com.webos.app.hdmi2"
},
{
"name": "HDMI 3",
"reference": "com.webos.app.hdmi3"
},
{
"name": "HDMI 4",
"reference": "com.webos.app.hdmi4"
},
{
"name": "Netflix",
"reference": "netflix"
},
{
"name": "YouTube",
"reference": "youtube.leanback.v4"
},
{
"name": "LG Store",
"reference": "com.webos.app.discovery"
}
]
}
]
},
{
"platform": "Rachio-Platform",
"name": "Rachio Controller",
"api_key": "!APIKEY!",
"internal_webhook_port": "!WEBPORT",
"external_webhook_address": "!EXTERNALWEBADDRESS!",
"plugin_map": {
"plugin_name": "homebridge-rachio-platform"
}
}
],
"package_manager": "npm",
"system": "hoobs"
}