diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index 3c7faa5a11cc77..1c02200e31587f 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -163,6 +163,18 @@ { "hostname": "k[lps]*", "macaddress": "1C61B4*" + }, + { + "hostname": "l5*", + "macaddress": "5CE931*" + }, + { + "hostname": "p1*", + "macaddress": "482254*" + }, + { + "hostname": "l9*", + "macaddress": "A842A1*" } ], "documentation": "https://www.home-assistant.io/integrations/tplink", diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 33d069c5663ed9..70976920517877 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -798,6 +798,21 @@ "hostname": "k[lps]*", "macaddress": "1C61B4*", }, + { + "domain": "tplink", + "hostname": "l5*", + "macaddress": "5CE931*", + }, + { + "domain": "tplink", + "hostname": "p1*", + "macaddress": "482254*", + }, + { + "domain": "tplink", + "hostname": "l9*", + "macaddress": "A842A1*", + }, { "domain": "tuya", "macaddress": "105A17*",