mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
18 lines
410 B
JSON
18 lines
410 B
JSON
{
|
|
"domain": "nuki",
|
|
"name": "Nuki Bridge",
|
|
"codeowners": ["@pschmitt", "@pvizeli", "@pree"],
|
|
"config_flow": true,
|
|
"dependencies": ["webhook"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "nuki_bridge_*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/nuki",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pynuki"],
|
|
"requirements": ["pynuki==1.6.3"]
|
|
}
|