1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/wemo/manifest.json
2023-08-28 09:34:30 +02:00

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.3.0"],
"ssdp": [
{
"manufacturer": "Belkin International Inc."
}
]
}