-
Notifications
You must be signed in to change notification settings - Fork 0
/
driver.json
47 lines (47 loc) · 1.26 KB
/
driver.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
{
"driver_id": "lgwebos_driver",
"version": "1.3.15",
"min_core_api": "0.20.0",
"name": {
"en": "LG WebOS"
},
"icon":"custom:lg.png",
"description": {
"en": "Control your LG TVs with Remote Two or Remote Three.",
"de": "Steuere LG TVs mit Remote Two oder Remote Three.",
"fr": "Contrôler LG TVs avec Remote Two ou Remote Three."
},
"developer": {
"name": "Albaintor",
"email": "[email protected]",
"url": "https://github.com/albaintor"
},
"home_page": "https://github.com/albaintor/integration-lgtv",
"setup_data_schema": {
"title": {
"en": "Integration setup",
"de": "Integrationssetup",
"fr": "Configuration de l'intégration"
},
"settings": [
{
"id": "info",
"label": {
"en": "Setup process",
"de": "Setup Fortschritt",
"fr": "Progrès de la configuration"
},
"field": {
"label": {
"value": {
"en": "The integration will discover your LG TVs on your network.",
"de": "Diese Integration wird LG TVs im Netzwerk finden.",
"fr": "Cette intégration trouvera des TV LG dans le réseau."
}
}
}
}
]
},
"release_date": "2024-07-22"
}