diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index b2fcc5c0161..d13adb8ec47 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -155,6 +155,14 @@ { "hostname": "k[lps]*", "macaddress": "788CB5*" + }, + { + "hostname": "k[lps]*", + "macaddress": "3460F9*" + }, + { + "hostname": "k[lps]*", + "macaddress": "1C61B4*" } ], "documentation": "https://www.home-assistant.io/integrations/tplink", diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 91a02ac3e06..bc73c1b9804 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -784,6 +784,16 @@ DHCP: list[dict[str, str | bool]] = [ "hostname": "k[lps]*", "macaddress": "788CB5*", }, + { + "domain": "tplink", + "hostname": "k[lps]*", + "macaddress": "3460F9*", + }, + { + "domain": "tplink", + "hostname": "k[lps]*", + "macaddress": "1C61B4*", + }, { "domain": "tuya", "macaddress": "105A17*",