From de36e964815a44922397d2eabca564480e462f6c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 28 Jan 2022 23:13:28 -0600 Subject: [PATCH] Add OUI for KL430 tplink light strip to discovery (#65159) --- 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 378435b9ec0..9464305cd16 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -25,6 +25,10 @@ "hostname": "k[lp]*", "macaddress": "403F8C*" }, + { + "hostname": "k[lp]*", + "macaddress": "C0C9E3*" + }, { "hostname": "ep*", "macaddress": "E848B8*" diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 6c9e0d87499..8875fb15b5b 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -392,6 +392,11 @@ DHCP = [ "hostname": "k[lp]*", "macaddress": "403F8C*" }, + { + "domain": "tplink", + "hostname": "k[lp]*", + "macaddress": "C0C9E3*" + }, { "domain": "tplink", "hostname": "ep*",