From 60149e9b9e02ca8bdea78bb5cddce2c352f972ee Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 22 Jan 2024 20:21:44 -1000 Subject: [PATCH] Add OUI 5C628B to tplink (#108699) Seen on 530E(US) --- homeassistant/components/tplink/manifest.json | 4 ++++ homeassistant/generated/dhcp.py | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index 5791e429d71..587b46bd96d 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -176,6 +176,10 @@ "hostname": "l5*", "macaddress": "5CE931*" }, + { + "hostname": "l5*", + "macaddress": "5C628B*" + }, { "hostname": "p1*", "macaddress": "482254*" diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index a63c814d598..dc428f639a7 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -813,6 +813,11 @@ DHCP: list[dict[str, str | bool]] = [ "hostname": "l5*", "macaddress": "5CE931*", }, + { + "domain": "tplink", + "hostname": "l5*", + "macaddress": "5C628B*", + }, { "domain": "tplink", "hostname": "p1*",