core/homeassistant/components/withings/manifest.json

20 lines
357 B
JSON
Raw Normal View History

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