22 lines
461 B
JSON
22 lines
461 B
JSON
{
|
|
"domain": "wemo",
|
|
"name": "Belkin WeMo",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/wemo",
|
|
"requirements": ["pywemo==0.9.1"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "Belkin International Inc."
|
|
}
|
|
],
|
|
"homekit": {
|
|
"models": ["Socket", "Wemo"]
|
|
},
|
|
"codeowners": ["@esev"],
|
|
"iot_class": "local_push",
|
|
"loggers": ["pywemo"],
|
|
"supported_brands": {
|
|
"digital_loggers": "Digital Loggers"
|
|
}
|
|
}
|