forked from unfoldedcircle/integration-denonavr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
driver.json
48 lines (48 loc) · 1.53 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
48
{
"driver_id": "uc_denon_driver",
"version": "0.3.0",
"min_core_api": "0.20.0",
"name": {
"en": "Denon AVR Network Receivers"
},
"icon": "uc:integration",
"description": {
"en": "Control your Denon or Marantz AVRs with Remote Two.",
"de": "Steuere Denon oder Marantz AVRs mit Remote Two.",
"fr": "Contrôler Denon ou Marantz AVRs avec Remote Two."
},
"port": 8092,
"developer": {
"name": "Unfolded Circle ApS",
"email": "[email protected]",
"url": "https://www.unfoldedcircle.com"
},
"home_page": "https://www.unfoldedcircle.com",
"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 Denon or Marantz AVRs on your network. The device must be on the same network as the remote.",
"de": "Diese Integration wird Denon und Marantz AVRs im Netzwerk finden. Das Gerät muss sich im gleichen Netzwerk wie die Fernbedienung befinden.",
"fr": "Cette intégration trouvera des AVR Denon et Marantz dans le réseau. L'appareil doit être sur le même réseau que la télécommande."
}
}
}
}
]
},
"release_date": "2024-03-18"
}