diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index 0a9b0254f91..58136005053 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -143,6 +143,10 @@ { "hostname": "k[lp]*", "macaddress": "54AF97*" + }, + { + "hostname": "k[lp]*", + "macaddress": "AC15A2*" } ], "documentation": "https://www.home-assistant.io/integrations/tplink", diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 05b53acba5f..63a0bb43d2a 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -765,6 +765,11 @@ DHCP: list[dict[str, str | bool]] = [ "hostname": "k[lp]*", "macaddress": "54AF97*", }, + { + "domain": "tplink", + "hostname": "k[lp]*", + "macaddress": "AC15A2*", + }, { "domain": "tuya", "macaddress": "105A17*",