core/homeassistant/components/withings/manifest.json

18 lines
438 B
JSON

{
"domain": "withings",
"name": "Withings",
"after_dependencies": ["cloud"],
"codeowners": ["@joostlek"],
"config_flow": true,
"dependencies": ["application_credentials", "http", "webhook"],
"dhcp": [
{
"macaddress": "0024E4*"
}
],
"documentation": "https://www.home-assistant.io/integrations/withings",
"iot_class": "cloud_push",
"loggers": ["aiowithings"],
"requirements": ["aiowithings==3.1.5"]
}