1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/fastdotcom/manifest.json
2024-04-05 18:53:28 +02:00

13 lines
362 B
JSON

{
"domain": "fastdotcom",
"name": "Fast.com",
"codeowners": ["@rohankapoorcom", "@erwindouna"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/fastdotcom",
"iot_class": "cloud_polling",
"loggers": ["fastdotcom"],
"quality_scale": "gold",
"requirements": ["fastdotcom==0.0.3"],
"single_config_entry": true
}