mirror of
https://github.com/home-assistant/core.git
synced 2026-02-27 21:35:48 +00:00
13 lines
355 B
JSON
13 lines
355 B
JSON
{
|
|
"domain": "cloudflare",
|
|
"name": "Cloudflare",
|
|
"codeowners": ["@ludeeus", "@ctalkington"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/cloudflare",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["pycfdns"],
|
|
"requirements": ["pycfdns==3.0.0"],
|
|
"single_config_entry": true
|
|
}
|