hass-core/homeassistant/components/nuki/manifest.json
Pascal Reeb 23a1a8075c
Add callback support to nuki (#88346)
* 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
2023-03-28 11:28:04 +02:00

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"]
}