mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 10:23:46 +02:00
Add integration type to fastdotcom (#155329)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"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.3"],
|
||||
|
||||
@@ -1933,7 +1933,7 @@
|
||||
},
|
||||
"fastdotcom": {
|
||||
"name": "Fast.com",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"single_config_entry": true
|
||||
|
||||
Reference in New Issue
Block a user