hass-core/homeassistant/components/wemo
Eric Severance f01634f75c
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 08:36:20 -06:00
..
translations [ci skip] Translation update 2020-07-22 00:02:30 +00:00
__init__.py Fix when you have two wemo devices (#31139) 2020-01-24 14:59:54 -08:00
binary_sensor.py Bump PyWeMo version to 0.4.43 (#35693) 2020-05-17 22:13:38 +02:00
config_flow.py Sort imports according to PEP8 for wemo (#29685) 2019-12-09 11:53:51 +01:00
const.py
fan.py Update Wemo state when changing state (#36647) 2020-06-16 21:14:04 +02:00
light.py Update Wemo state when changing state (#36647) 2020-06-16 21:14:04 +02:00
manifest.json Add wemo 'Socket' model for Homekit discovery (#38765) 2020-08-21 08:36:20 -06:00
services.yaml Add prettier (in pre-commit and CI) (#33693) 2020-04-05 17:27:16 +02:00
strings.json Don't set step title if it's integration title (#34524) 2020-04-22 15:05:39 +02:00
switch.py Update Wemo state when changing state (#36647) 2020-06-16 21:14:04 +02:00