-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.sample.json
69 lines (69 loc) · 1.58 KB
/
config.sample.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
{
"bridge": {
"name": "HomebridgeDev",
"username": "CC:22:3D:E3:CE:37",
"port": 51826,
"pin": "031-45-213"
},
"accessories": [
{
"accessory": "PhilipsTV",
"name": "Television",
"ip_address": "192.168.0.12",
"poll_status_interval": 30,
"model_year": 2016,
"has_ambilight": true,
"username": "5l6n66UK7PYBVKAU",
"password": "de8d0d1911a6d3662540114e1b3a5f29a473cc413bf6b38afb97820facdcb1fb",
"inputs": [
{
"name": "TV Mode"
},
{
"name": "Youtube",
"launch": {
"intent": {
"component": {
"packageName": "com.google.android.youtube.tv",
"className": "com.google.android.apps.youtube.tv.activity.ShellActivity"
},
"action": "android.intent.action.MAIN"
}
}
},
{
"name": "Netflix",
"launch": {
"intent": {
"component": {
"packageName": "com.netflix.ninja",
"className": "com.netflix.ninja.MainActivity"
},
"action": "android.intent.action.MAIN"
}
}
},
{
"name": "Fox",
"channel": 9
},
{
"name": "TV 8",
"channel": 8
},
{
"name": "Kanal D",
"channel": 3
},
{
"name": "ATV",
"channel": 2
},
{
"name": "Star TV",
"channel": 4
}
]
}
]
}