Skip to content

Commit

Permalink
docs: update driver metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Nov 13, 2023
1 parent 2febc63 commit 6d8f17a
Showing 1 changed file with 46 additions and 44 deletions.
90 changes: 46 additions & 44 deletions driver.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,48 @@
{
"driver_id": "uc_denon",
"version": "0.1.0",
"min_core_api": "0.20.0",
"name": { "en": "Denon AVR" },
"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.",
"de": "Diese Integration wird Denon und Marantz AVRs im Netzwerk finden.",
"fr": "Cette intégration trouvera des AVR Denon et Marantz dans le réseau."
}
}
}
}
]
},
"release_date": "2023-10-04"
"driver_id": "uc_denon",
"version": "0.2.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.",
"de": "Diese Integration wird Denon und Marantz AVRs im Netzwerk finden.",
"fr": "Cette intégration trouvera des AVR Denon et Marantz dans le réseau."
}
}
}
}
]
},
"release_date": "2023-11-13"
}

0 comments on commit 6d8f17a

Please sign in to comment.