core/homeassistant/components/withings/manifest.json

17 lines
290 B
JSON

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