-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdriver.json
More file actions
41 lines (41 loc) · 1.33 KB
/
driver.json
File metadata and controls
41 lines (41 loc) · 1.33 KB
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
{
"driver_id": "uc_hue_driver",
"version": "0.3.0",
"min_core_api": "0.0.2",
"name": { "en": "Philips Hue" },
"icon": "uc:integration",
"description": {
"en": "Control your Philips Hue lights with Remote Two/3.",
"de": "Steuere Philips Hue Lampen mit Remote Two/3."
},
"developer": {
"name": "Unfolded Circle ApS",
"email": "hello@unfoldedcircle.com",
"url": "https://www.unfoldedcircle.com"
},
"home_page": "https://www.unfoldedcircle.com",
"setup_data_schema": {
"title": {
"en": "Integration setup",
"de": "Integrationssetup"
},
"settings": [
{
"id": "info",
"label": {
"en": "Discovering bridges",
"de": "Setup Fortschritt"
},
"field": {
"label": {
"value": {
"en": "The integration will discover Philips Hue Bridges on your network. After selecting one for setup, you'll need to press the button on the bridge, when prompted. Tap `Next` to start.",
"de": "Die Integration sucht Philips Hue Bridges in deinem Netzwerk. Nachdem du eine Bridge für die Einrichtung ausgewählt hast, musst du die Taste auf der Bridges drücken, wenn du dazu aufgefordert wirst. Tippe auf `Weiter`, um zu starten."
}
}
}
}
]
},
"release_date": "2025-02-17"
}