mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Add Nuki brand with Matter support (#143904)
This commit is contained in:
parent
04bea9c732
commit
a8bee20aa3
6
homeassistant/brands/nuki.json
Normal file
6
homeassistant/brands/nuki.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "nuki",
|
||||||
|
"name": "Nuki",
|
||||||
|
"integrations": ["nuki"],
|
||||||
|
"iot_standards": ["matter"]
|
||||||
|
}
|
@ -4448,10 +4448,18 @@
|
|||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
"nuki": {
|
"nuki": {
|
||||||
"name": "Nuki Bridge",
|
"name": "Nuki",
|
||||||
"integration_type": "hub",
|
"integrations": {
|
||||||
"config_flow": true,
|
"nuki": {
|
||||||
"iot_class": "local_polling"
|
"integration_type": "hub",
|
||||||
|
"config_flow": true,
|
||||||
|
"iot_class": "local_polling",
|
||||||
|
"name": "Nuki Bridge"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"iot_standards": [
|
||||||
|
"matter"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"numato": {
|
"numato": {
|
||||||
"name": "Numato USB GPIO Expander",
|
"name": "Numato USB GPIO Expander",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user