core/homeassistant/components/withings/manifest.json

12 lines
349 B
JSON
Raw Normal View History

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