core/homeassistant/components/whois/manifest.json

10 lines
241 B
JSON

{
"domain": "whois",
"name": "Whois",
"documentation": "https://www.home-assistant.io/integrations/whois",
"requirements": ["python-whois==0.7.3"],
"config_flow": true,
"codeowners": ["@frenck"],
"iot_class": "cloud_polling"
}