1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/fastdotcom/manifest.json
2025-10-28 21:08:19 +01:00

13 lines
368 B
JSON

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