-
Notifications
You must be signed in to change notification settings - Fork 0
/
driver.json
47 lines (47 loc) · 1.29 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": "zidootv_driver",
"version": "1.0.3",
"min_core_api": "0.20.0",
"name": {
"en": "Zidoo TV"
},
"icon": "custom:zidoo.png",
"description": {
"en": "Control your Zidoo device with Remote Two or Remote 3.",
"de": "Steuere Zidoo mit Remote Two oder Remote Three.",
"fr": "Contrôler votre Zidoo avec Remote Two ou Remote 3."
},
"developer": {
"name": "Albaintor",
"email": "[email protected]",
"url": "https://github.com/albaintor"
},
"home_page": "https://github.com/albaintor/integration-zidoo",
"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 discover your Zidoo devices on your network.",
"de": "Diese Integration wird Zidoo im Netzwerk finden.",
"fr": "Cette intégration trouvera vos appareils Zidoo dans le réseau."
}
}
}
}
]
},
"release_date": "2024-07-30"
}