mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 11:57:05 +00:00
11 lines
291 B
JSON
11 lines
291 B
JSON
{
|
|
"domain": "cloudflare",
|
|
"name": "Cloudflare",
|
|
"codeowners": ["@ludeeus", "@ctalkington"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/cloudflare",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["pycfdns"],
|
|
"requirements": ["pycfdns==3.0.0"]
|
|
}
|