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 de74a41cff4..9036832c2f1 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -324,6 +324,11 @@ DHCP = [ "hostname": "hs*", "macaddress": "C006C3*" }, + { + "domain": "tplink", + "hostname": "ep*", + "macaddress": "003192*" + }, { "domain": "tplink", "hostname": "k[lp]*",