* feat(nuki): add callback support * fix(nuki): add webhook_enabled to tests * remove callback choice, add repair if it's https * black * fix(nuki): implemented feedback from pvizeli and frenck * remove unneded test change * remove issue_registry and http check * remove unneded response * add await to executor_job
16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"domain": "nuki",
|
|
"name": "Nuki",
|
|
"codeowners": ["@pschmitt", "@pvizeli", "@pree"],
|
|
"config_flow": true,
|
|
"dependencies": ["webhook"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "nuki_bridge_*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/nuki",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pynuki"],
|
|
"requirements": ["pynuki==1.6.1"]
|
|
}
|