mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
11 lines
276 B
JSON
11 lines
276 B
JSON
{
|
|
"domain": "dnsip",
|
|
"name": "DNS IP",
|
|
"codeowners": ["@gjohansson-ST"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/dnsip",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["aiodns==3.6.1"]
|
|
}
|