-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdriver.json
44 lines (44 loc) · 1.42 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
{
"driver_id": "panasonicbluray_driver",
"version": "1.0.2",
"min_core_api": "0.20.0",
"name": { "en": "Panasonic Bluray" },
"icon": "custom:panasonic.png",
"description": {
"en": "Control your Panasonic Bluray with Remote Two.",
"de": "Steuere Panasonic Bluray mit Remote Two.",
"fr": "Contrôler votre Panasonic Bluray avec Remote Two."
},
"developer": {
"name": "Albaintor",
"email": "[email protected]",
"url": "https://github.com/albaintor"
},
"home_page": "https://github.com/albaintor/integration-panasonicbluray",
"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": "Progression de la configuration"
},
"field": {
"label": {
"value": {
"en": "The integration will discover your Panasonic Bluray on your network. Please make sure that your Panasonic Bluray is powered on and that no old pairing request is shown.\nIf pairing continuously fails, restart your Panasonic Bluray and try again.",
"fr": "L'intégration découvrira votre lecteur Bluray Panasonic sur votre réseau.\nSi l'appairage échoue systématiquement, redémarrez votre lecteur Panasonic Bluray et réessayez"
}
}
}
}
]
},
"release_date": "2024-05-07"
}