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