forked from home-assistant/core
Add DHCP support for TPLink KL430, KP115 (#56932)
This commit is contained in:
committed by
Paulus Schoutsen
parent
7a75506b02
commit
8ecf03569d
@@ -13,6 +13,14 @@
|
||||
"hostname": "ep*",
|
||||
"macaddress": "E848B8*"
|
||||
},
|
||||
{
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "E848B8*"
|
||||
},
|
||||
{
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "909A4A*"
|
||||
},
|
||||
{
|
||||
"hostname": "hs*",
|
||||
"macaddress": "1C3BF3*"
|
||||
|
@@ -269,6 +269,16 @@ DHCP = [
|
||||
"hostname": "ep*",
|
||||
"macaddress": "E848B8*"
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "E848B8*"
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "909A4A*"
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "hs*",
|
||||
|
Reference in New Issue
Block a user