From f977b264a1c8725a8b717021af1d626ddb6c2626 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Tue, 25 Oct 2022 06:22:09 -0500 Subject: [PATCH] Add tplink dhcp entry for EP25 model (#80650) Co-authored-by: Franck Nijhof --- homeassistant/components/tplink/manifest.json | 4 ++++ homeassistant/generated/dhcp.py | 1 + 2 files changed, 5 insertions(+) diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index dfb873564c5..a88f96e3fa4 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -18,6 +18,10 @@ "hostname": "ep*", "macaddress": "E848B8*" }, + { + "hostname": "ep*", + "macaddress": "1C61B4*" + }, { "hostname": "ep*", "macaddress": "003192*" diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 7b2eb4eacf6..4b8dee0d956 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -143,6 +143,7 @@ DHCP: list[dict[str, str | bool]] = [ {"domain": "tplink", "registered_devices": True}, {"domain": "tplink", "hostname": "es*", "macaddress": "54AF97*"}, {"domain": "tplink", "hostname": "ep*", "macaddress": "E848B8*"}, + {"domain": "tplink", "hostname": "ep*", "macaddress": "1C61B4*"}, {"domain": "tplink", "hostname": "ep*", "macaddress": "003192*"}, {"domain": "tplink", "hostname": "hs*", "macaddress": "1C3BF3*"}, {"domain": "tplink", "hostname": "hs*", "macaddress": "50C7BF*"},