2019-08-31 12:30:59 +00:00
|
|
|
{
|
|
|
|
"domain": "withings",
|
|
|
|
"name": "Withings",
|
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/withings",
|
2022-03-30 08:56:37 +00:00
|
|
|
"requirements": ["withings-api==2.4.0"],
|
2022-04-07 05:34:31 +00:00
|
|
|
"dependencies": ["auth", "http", "webhook"],
|
2022-03-30 08:56:37 +00:00
|
|
|
"codeowners": ["@vangorra"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2022-03-30 08:56:37 +00:00
|
|
|
"loggers": ["withings_api"]
|
|
|
|
}
|