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*"},