mirror of https://github.com/home-assistant/core
19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"domain": "wemo",
|
|
"name": "Belkin WeMo",
|
|
"codeowners": ["@esev"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/wemo",
|
|
"homekit": {
|
|
"models": ["Socket", "Wemo"]
|
|
},
|
|
"iot_class": "local_push",
|
|
"loggers": ["pywemo"],
|
|
"requirements": ["pywemo==1.4.0"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "Belkin International Inc."
|
|
}
|
|
]
|
|
}
|