1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/dnsip/manifest.json
2022-01-20 10:45:58 -10:00

10 lines
243 B
JSON

{
"domain": "dnsip",
"name": "DNS IP",
"documentation": "https://www.home-assistant.io/integrations/dnsip",
"requirements": ["aiodns==3.0.0"],
"codeowners": ["@gjohansson-ST"],
"config_flow": true,
"iot_class": "cloud_polling"
}