mirror of https://github.com/home-assistant/core
13 lines
379 B
JSON
13 lines
379 B
JSON
{
|
|
"domain": "withings",
|
|
"name": "Withings",
|
|
"after_dependencies": ["cloud"],
|
|
"codeowners": ["@joostlek"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials", "http", "webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/withings",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["aiowithings"],
|
|
"requirements": ["aiowithings==3.1.3"]
|
|
}
|