core/homeassistant/components/fastdotcom/manifest.json

13 lines
362 B
JSON
Raw Normal View History

{
"domain": "fastdotcom",
"name": "Fast.com",
"codeowners": ["@rohankapoorcom", "@erwindouna"],
"config_flow": true,
2023-02-08 19:19:19 +00:00
"documentation": "https://www.home-assistant.io/integrations/fastdotcom",
"iot_class": "cloud_polling",
2023-02-08 19:19:19 +00:00
"loggers": ["fastdotcom"],
"quality_scale": "gold",
2024-04-05 16:53:28 +00:00
"requirements": ["fastdotcom==0.0.3"],
"single_config_entry": true
}