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-02-17 13:18:33 +00:00
|
|
|
"requirements": [
|
|
|
|
"withings-api==2.4.0"
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
"http",
|
|
|
|
"webhook"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@vangorra"
|
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2022-02-17 13:18:33 +00:00
|
|
|
"loggers": [
|
|
|
|
"withings_api"
|
|
|
|
]
|
|
|
|
}
|