mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 19:46:55 +00:00
18 lines
355 B
JSON
18 lines
355 B
JSON
{
|
|
"domain": "wemo",
|
|
"name": "Belkin WeMo",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/wemo",
|
|
"requirements": ["pywemo==0.4.34"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "Belkin International Inc."
|
|
}
|
|
],
|
|
"homekit": {
|
|
"models": ["Wemo"]
|
|
},
|
|
"dependencies": [],
|
|
"codeowners": ["@sqldiablo"]
|
|
}
|