17 lines
337 B
JSON
17 lines
337 B
JSON
{
|
|
"domain": "wemo",
|
|
"name": "Belkin WeMo",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/wemo",
|
|
"requirements": ["pywemo==0.6.3"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "Belkin International Inc."
|
|
}
|
|
],
|
|
"homekit": {
|
|
"models": ["Socket", "Wemo"]
|
|
},
|
|
"codeowners": ["@esev"]
|
|
}
|