Add wemo 'Socket' model for Homekit discovery ()

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=='}}
```
pull/39075/head
Eric Severance 2020-08-21 07:36:20 -07:00 committed by GitHub
parent 1ea21b7011
commit f01634f75c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
homeassistant
components/wemo
generated

View File

@ -10,7 +10,7 @@
}
],
"homekit": {
"models": ["Wemo"]
"models": ["Socket", "Wemo"]
},
"codeowners": []
}

View File

@ -85,6 +85,7 @@ HOMEKIT = {
"PowerView": "hunterdouglas_powerview",
"Presence": "netatmo",
"Rachio": "rachio",
"Socket": "wemo",
"TRADFRI": "tradfri",
"Welcome": "netatmo",
"Wemo": "wemo",