core/homeassistant/components/withings/manifest.json

12 lines
330 B
JSON
Raw Normal View History

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