core/homeassistant/components/withings/manifest.json

12 lines
322 B
JSON

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