mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add DHCP support for TPLink KL430, KP115 (#56932)
This commit is contained in:
parent
d41832de59
commit
da3cc25234
@ -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*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user