From 78a8f904887e461688038de187f7427a72265364 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 11 Jul 2023 15:20:41 -1000 Subject: [PATCH] Add additional tplink kasa OUI (#96383) Found on another test device --- 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 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*",