1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/nuki/manifest.json
2021-04-15 10:21:38 +02:00

15 lines
318 B
JSON

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