From 099e7e0637229e127e026ce7288d2d0ce100d29d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 6 Jul 2022 18:20:29 -0500 Subject: [PATCH] Add oui for tplink es20m (#74526) --- homeassistant/components/tplink/manifest.json | 4 ++++ homeassistant/generated/dhcp.py | 1 + 2 files changed, 5 insertions(+) diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index e9cc687cc02..dfb873564c5 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -10,6 +10,10 @@ "iot_class": "local_polling", "dhcp": [ { "registered_devices": true }, + { + "hostname": "es*", + "macaddress": "54AF97*" + }, { "hostname": "ep*", "macaddress": "E848B8*" diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index e9cf6ca4c06..57be9a62138 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -128,6 +128,7 @@ DHCP: list[dict[str, str | bool]] = [ {'domain': 'tolo', 'hostname': 'usr-tcp232-ed2'}, {'domain': 'toon', 'hostname': 'eneco-*', 'macaddress': '74C63B*'}, {'domain': 'tplink', 'registered_devices': True}, + {'domain': 'tplink', 'hostname': 'es*', 'macaddress': '54AF97*'}, {'domain': 'tplink', 'hostname': 'ep*', 'macaddress': 'E848B8*'}, {'domain': 'tplink', 'hostname': 'ep*', 'macaddress': '003192*'}, {'domain': 'tplink', 'hostname': 'hs*', 'macaddress': '1C3BF3*'},