-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdriver.json
More file actions
42 lines (42 loc) · 986 Bytes
/
driver.json
File metadata and controls
42 lines (42 loc) · 986 Bytes
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
{
"driver_id": "matter_driver",
"version": "1.0.4",
"min_core_api": "0.20.0",
"name": { "en": "Matter", "de": "Matter" },
"icon": "custom:matter.png",
"description": {
"en": "Matter Integration",
"de": "Matter Integration"
},
"port": "9988",
"developer": {
"name": "David Masshardt",
"email": "david@masshardt.ch",
"url": "https://www.github.com/TheNetStriker"
},
"home_page": "https://www.github.com/TheNetStriker/integration-matter",
"release_date": "2025-11-13",
"setup_data_schema": {
"title": {
"en": "Integration setup",
"de": "Integrationssetup"
},
"settings": [
{
"id": "info",
"label": {
"en": "Setup process",
"de": "Setup Modus"
},
"field": {
"label": {
"value": {
"en": "Integration setup for Matter",
"de": "Integrationssetup für Matter"
}
}
}
}
]
}
}