forked from marrobHD/tv-card
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathen.json
More file actions
36 lines (36 loc) 路 834 Bytes
/
Copy pathen.json
File metadata and controls
36 lines (36 loc) 路 834 Bytes
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
{
"editor": {
"name": "Name (Optional)",
"entity": "Entity",
"remote": "Remote (Optional)",
"theme": "Theme (Optional)",
"roku_tv": "Roku TV?",
"yaml_hint": "Use the YAML editor if you need to specify custom services"
},
"keys": {
"power": "Power",
"volume_up": "Volume Up",
"volume_down": "Volume Down",
"volume_mute": "Mute",
"return": "Return",
"source": "Source",
"info": "Info",
"home": "Home",
"channel_up": "Channel Up",
"channel_down": "Channel Down",
"up": "Up",
"left": "Left",
"enter": "Enter",
"right": "Right",
"down": "Down",
"rewind": "Rewind",
"play": "Play",
"pause": "Pause",
"fast_forward": "Fast Forward"
},
"sources": {
"netflix": "Netflix",
"spotify": "Spotify",
"youtube": "YouTube"
}
}