From 8fb700c30e9a0accb707d20065b9790a4d6060d9 Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Thu, 11 Jul 2024 10:18:45 -0500
Subject: [PATCH] Add some missing tplink ouis (#121785)

---
 homeassistant/components/tplink/manifest.json | 8 ++++++--
 homeassistant/generated/dhcp.py               | 9 +++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json
index 3786a2565c2..337e05726ac 100644
--- a/homeassistant/components/tplink/manifest.json
+++ b/homeassistant/components/tplink/manifest.json
@@ -181,7 +181,7 @@
       "macaddress": "1C61B4*"
     },
     {
-      "hostname": "l5*",
+      "hostname": "l[59]*",
       "macaddress": "5CE931*"
     },
     {
@@ -189,9 +189,13 @@
       "macaddress": "3C52A1*"
     },
     {
-      "hostname": "l5*",
+      "hostname": "l[59]*",
       "macaddress": "5C628B*"
     },
+    {
+      "hostname": "l[59]*",
+      "macaddress": "14EBB6*"
+    },
     {
       "hostname": "tp*",
       "macaddress": "5C628B*"
diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py
index e898f64d128..f6df799d01e 100644
--- a/homeassistant/generated/dhcp.py
+++ b/homeassistant/generated/dhcp.py
@@ -827,7 +827,7 @@ DHCP: Final[list[dict[str, str | bool]]] = [
     },
     {
         "domain": "tplink",
-        "hostname": "l5*",
+        "hostname": "l[59]*",
         "macaddress": "5CE931*",
     },
     {
@@ -837,9 +837,14 @@ DHCP: Final[list[dict[str, str | bool]]] = [
     },
     {
         "domain": "tplink",
-        "hostname": "l5*",
+        "hostname": "l[59]*",
         "macaddress": "5C628B*",
     },
+    {
+        "domain": "tplink",
+        "hostname": "l[59]*",
+        "macaddress": "14EBB6*",
+    },
     {
         "domain": "tplink",
         "hostname": "tp*",
-- 
GitLab