Add support for TP-Link KL400L5 (#58944)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
David Langerman | Onyx Zero Software 2021-11-02 13:23:30 -04:00 committed by GitHub
parent 0c4863198e
commit 26055e1f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,10 @@
"quality_scale": "platinum",
"iot_class": "local_polling",
"dhcp": [
{
"hostname": "k[lp]*",
"macaddress": "60A4B7*"
},
{
"hostname": "k[lp]*",
"macaddress": "005F67*"

View File

@ -361,6 +361,11 @@ DHCP = [
"hostname": "eneco-*",
"macaddress": "74C63B*"
},
{
"domain": "tplink",
"hostname": "k[lp]*",
"macaddress": "60A4B7*"
},
{
"domain": "tplink",
"hostname": "k[lp]*",