12 lines
349 B
JSON
12 lines
349 B
JSON
{
|
|
"domain": "withings",
|
|
"name": "Withings",
|
|
"codeowners": ["@vangorra"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials", "http", "webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/withings",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["withings_api"],
|
|
"requirements": ["withings-api==2.4.0"]
|
|
}
|