diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index 22745e92ce7..03e63720dea 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -8,6 +8,10 @@ "quality_scale": "platinum", "iot_class": "local_polling", "dhcp": [ + { + "hostname": "ep*", + "macaddress": "E848B8*" + }, { "hostname": "hs*", "macaddress": "1C3BF3*" @@ -32,6 +36,10 @@ "hostname": "hs*", "macaddress": "C006C3*" }, + { + "hostname": "k[lp]*", + "macaddress": "003192*" + }, { "hostname": "k[lp]*", "macaddress": "1C3BF3*" diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 8db0a496f8c..710f4d84d2c 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -264,6 +264,11 @@ DHCP = [ "hostname": "eneco-*", "macaddress": "74C63B*" }, + { + "domain": "tplink", + "hostname": "ep*", + "macaddress": "E848B8*" + }, { "domain": "tplink", "hostname": "hs*", @@ -294,6 +299,11 @@ DHCP = [ "hostname": "hs*", "macaddress": "C006C3*" }, + { + "domain": "tplink", + "hostname": "k[lp]*", + "macaddress": "003192*" + }, { "domain": "tplink", "hostname": "k[lp]*",