-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdriver.json
More file actions
41 lines (41 loc) · 1.46 KB
/
Copy pathdriver.json
File metadata and controls
41 lines (41 loc) · 1.46 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.4.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. Supports the Hue Bridge (Gen 2) and Hue Bridge Pro.",
"de": "Steuere Philips Hue Lampen mit Remote Two/3. Unterstützt die Hue Bridge (Gen 2) und Hue Bridge Pro."
},
"developer": {
"name": "Unfolded Circle ApS",
"email": "hello@unfoldedcircle.com",
"url": "https://github.com/unfoldedcircle/integration-philipshue"
},
"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": "2026-06-04"
}