From c495d607d8b2695a36f5093817a7f300d1c782e6 Mon Sep 17 00:00:00 2001 From: Toastme Date: Wed, 4 Oct 2023 15:09:24 -0400 Subject: [PATCH] Update tplink manifest.json with 2 new MACs for KP200 (#101359) * Update manifest.json with 2 new MACs for KP200 those MAC are missing from the list so there are not detected like the other K200 i have (like 68ff7b) * run hassfest --------- Co-authored-by: J. Nick Koston --- 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 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*",