Add Nuki brand with Matter support (#143904)

This commit is contained in:
Robert Resch 2025-04-30 11:14:19 +02:00 committed by GitHub
parent 04bea9c732
commit a8bee20aa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 4 deletions

View File

@ -0,0 +1,6 @@
{
"domain": "nuki",
"name": "Nuki",
"integrations": ["nuki"],
"iot_standards": ["matter"]
}

View File

@ -4448,10 +4448,18 @@
"iot_class": "cloud_polling"
},
"nuki": {
"name": "Nuki Bridge",
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling"
"name": "Nuki",
"integrations": {
"nuki": {
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling",
"name": "Nuki Bridge"
}
},
"iot_standards": [
"matter"
]
},
"numato": {
"name": "Numato USB GPIO Expander",