1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/wemo/manifest.json

19 lines
391 B
JSON
Raw Normal View History

{
"domain": "wemo",
"name": "Belkin WeMo",
2023-02-08 20:10:18 +01:00
"codeowners": ["@esev"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/wemo",
2023-02-08 20:10:18 +01:00
"homekit": {
"models": ["Socket", "Wemo"]
},
"iot_class": "local_push",
"loggers": ["pywemo"],
2023-08-28 09:34:30 +02:00
"requirements": ["pywemo==1.3.0"],
"ssdp": [
{
"manufacturer": "Belkin International Inc."
}
2023-02-08 20:10:18 +01:00
]
}