mirror of https://github.com/home-assistant/core
12 lines
323 B
JSON
12 lines
323 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"],
|
|
"requirements": ["fitbit==0.3.1"]
|
|
}
|