From da3cc25234800e17ff5fa2f685120b9c9dcca0f1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 2 Oct 2021 03:19:11 -0500 Subject: [PATCH] Add DHCP support for TPLink KL430, KP115 (#56932) --- homeassistant/components/tplink/manifest.json | 8 ++++++++ homeassistant/generated/dhcp.py | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index cfc9fce5213..6712da00d0e 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -13,6 +13,14 @@ "hostname": "ep*", "macaddress": "E848B8*" }, + { + "hostname": "k[lp]*", + "macaddress": "E848B8*" + }, + { + "hostname": "k[lp]*", + "macaddress": "909A4A*" + }, { "hostname": "hs*", "macaddress": "1C3BF3*" diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 370a87e2575..34b0a468fc1 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -269,6 +269,16 @@ DHCP = [ "hostname": "ep*", "macaddress": "E848B8*" }, + { + "domain": "tplink", + "hostname": "k[lp]*", + "macaddress": "E848B8*" + }, + { + "domain": "tplink", + "hostname": "k[lp]*", + "macaddress": "909A4A*" + }, { "domain": "tplink", "hostname": "hs*",