2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "wemo",
|
2020-01-07 13:31:18 +00:00
|
|
|
"name": "Belkin WeMo",
|
2019-06-03 17:06:53 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/wemo",
|
2021-08-19 06:38:52 +00:00
|
|
|
"requirements": ["pywemo==0.6.7"],
|
2019-11-02 19:30:09 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"manufacturer": "Belkin International Inc."
|
|
|
|
}
|
|
|
|
],
|
2019-06-08 05:59:51 +00:00
|
|
|
"homekit": {
|
Add wemo 'Socket' model for Homekit discovery (#38765)
Corresponds with the model WSP080 WiFi Smart Plug
https://www.belkin.com/us/p/P-WSP080/
```
[homeassistant.components.zeroconf] Discovered new device Wemo Plug 603._hap._tcp.local. {'host': '10.234.200.95', 'port': 54664, 'hostname': 'Wemo Plug 603.local.', 'type': '_hap._tcp.local.', 'name': 'Wemo Plug 603._hap._tcp.local.', 'properties': {'_raw': {'c#': b'2', 'ff': b'2', 'id': b'63:30:B3:10:BA:B1', 'md': b'Socket', 'pv': b'1.1', 's#': b'1', 'sf': b'1', 'ci': b'7', 'sh': b'AD4l7g=='}, 'c#': '2', 'ff': '2', 'id': '63:30:B3:10:BA:B1', 'md': 'Socket', 'pv': '1.1', 's#' : '1', 'sf': '1', 'ci': '7', 'sh': 'AD4l7g=='}}
```
2020-08-21 14:36:20 +00:00
|
|
|
"models": ["Socket", "Wemo"]
|
2019-06-08 05:59:51 +00:00
|
|
|
},
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@esev"],
|
|
|
|
"iot_class": "local_push"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|