hass-core/homeassistant/generated/zeroconf.py
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

93 lines
1.7 KiB
Python

"""Automatically generated by hassfest.
To update, run python3 -m script.hassfest
"""
# fmt: off
ZEROCONF = {
"_Volumio._tcp.local.": [
"volumio"
],
"_api._udp.local.": [
"guardian"
],
"_axis-video._tcp.local.": [
"axis",
"doorbird"
],
"_bond._tcp.local.": [
"bond"
],
"_daap._tcp.local.": [
"forked_daapd"
],
"_dkapi._tcp.local.": [
"daikin"
],
"_elg._tcp.local.": [
"elgato"
],
"_esphomelib._tcp.local.": [
"esphome"
],
"_googlecast._tcp.local.": [
"cast"
],
"_hap._tcp.local.": [
"homekit_controller"
],
"_ipp._tcp.local.": [
"ipp"
],
"_ipps._tcp.local.": [
"ipp"
],
"_miio._udp.local.": [
"xiaomi_aqara",
"xiaomi_miio"
],
"_nut._tcp.local.": [
"nut"
],
"_plugwise._tcp.local.": [
"plugwise"
],
"_printer._tcp.local.": [
"brother"
],
"_spotify-connect._tcp.local.": [
"spotify"
],
"_ssh._tcp.local.": [
"smappee"
],
"_viziocast._tcp.local.": [
"vizio"
],
"_wled._tcp.local.": [
"wled"
],
"_xbmc-jsonrpc-h._tcp.local.": [
"kodi"
]
}
HOMEKIT = {
"819LMB": "myq",
"AC02": "tado",
"Abode": "abode",
"BSB002": "hue",
"Healty Home Coach": "netatmo",
"Iota": "abode",
"LIFX": "lifx",
"Netatmo Relay": "netatmo",
"PowerView": "hunterdouglas_powerview",
"Presence": "netatmo",
"Rachio": "rachio",
"Socket": "wemo",
"TRADFRI": "tradfri",
"Welcome": "netatmo",
"Wemo": "wemo",
"tado": "tado"
}