mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
13 lines
400 B
JSON
13 lines
400 B
JSON
{
|
|
"domain": "fitbit",
|
|
"name": "Fitbit",
|
|
"codeowners": ["@allenporter"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials", "http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/fitbit",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["fitbit", "fitbit_web_api"],
|
|
"requirements": ["fitbit==0.3.1", "fitbit-web-api==2.13.5"]
|
|
}
|