mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
* Add DHCP discovery to Knocki * Update homeassistant/components/knocki/quality_scale.yaml Co-authored-by: Josef Zweck <josef@zweck.dev> --------- Co-authored-by: Josef Zweck <josef@zweck.dev>
17 lines
370 B
JSON
17 lines
370 B
JSON
{
|
|
"domain": "knocki",
|
|
"name": "Knocki",
|
|
"codeowners": ["@joostlek", "@jgatto1", "@JakeBosh"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "knc*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/knocki",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["knocki"],
|
|
"requirements": ["knocki==0.4.2"]
|
|
}
|