mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
22 lines
510 B
JSON
22 lines
510 B
JSON
{
|
|
"domain": "withings",
|
|
"name": "Withings",
|
|
"after_dependencies": ["cloud"],
|
|
"codeowners": ["@joostlek"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials", "http", "webhook"],
|
|
"dhcp": [
|
|
{
|
|
"macaddress": "0024E4*"
|
|
},
|
|
{
|
|
"macaddress": "A47EFA*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/withings",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["aiowithings"],
|
|
"requirements": ["aiowithings==3.1.6"]
|
|
}
|