24 lines
376 B
JSON
24 lines
376 B
JSON
{
|
|
"domain": "wemo",
|
|
"name": "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"
|
|
]
|
|
}
|