diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index 6712da00d0e..a24d95bbc75 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -45,6 +45,10 @@ "hostname": "hs*", "macaddress": "C006C3*" }, + { + "hostname": "ep*", + "macaddress": "003192*" + }, { "hostname": "k[lp]*", "macaddress": "003192*" diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 34b0a468fc1..73343bdf157 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -309,6 +309,11 @@ DHCP = [ "hostname": "hs*", "macaddress": "C006C3*" }, + { + "domain": "tplink", + "hostname": "ep*", + "macaddress": "003192*" + }, { "domain": "tplink", "hostname": "k[lp]*",