mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
12 lines
367 B
JSON
12 lines
367 B
JSON
{
|
|
"domain": "fitbit",
|
|
"name": "Fitbit",
|
|
"codeowners": ["@allenporter"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials", "http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/fitbit",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["fitbit", "fitbit_web_api"],
|
|
"requirements": ["fitbit==0.3.1", "fitbit-web-api==2.13.5"]
|
|
}
|