mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +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"
|
||||
},
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user