1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/nuki/manifest.json
2022-01-28 13:37:53 -08:00

16 lines
343 B
JSON

{
"domain": "nuki",
"name": "Nuki",
"documentation": "https://www.home-assistant.io/integrations/nuki",
"requirements": ["pynuki==1.5.2"],
"codeowners": ["@pschmitt", "@pvizeli", "@pree"],
"config_flow": true,
"dhcp": [
{
"hostname": "nuki_bridge_*"
}
],
"iot_class": "local_polling",
"loggers": ["pynuki"]
}