-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdriver.json
46 lines (46 loc) · 1.23 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
{
"driver_id": "kodi_driver",
"version": "1.1.5",
"min_core_api": "0.20.0",
"name": {
"en": "Kodi"
},
"icon":"custom:kodi.png",
"description": {
"en": "Control your Kodi instances with Remote Two and Three.",
"de": "Steuere Kodi instances mit Remote Two und Three.",
"fr": "Contrôler vos instances Kodi avec Remote Two et Three."
},
"developer": {
"name": "Albaintor",
"email": "albaintor@github.com",
"url": "https://github.com/albaintor"
},
"home_page": "https://github.com/albaintor/integration-kodi",
"setup_data_schema": {
"title": {
"en": "Integration setup",
"de": "Integrations setup",
"fr": "Configuration de l'intégration"
},
"settings": [
{
"id": "info",
"label": {
"en": "Setup process",
"de": "Setup Fortschritt",
"fr": "Avancement de la configuration"
},
"field": {
"label": {
"value": {
"en": "The integration will let you configure your Kodi instances on your network.",
"fr": "Cette intégration permet de configurer vos instances Kodi dans le réseau."
}
}
}
}
]
},
"release_date": "2024-12-01"
}