mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Add DHCP support for TPLink KL430, KP115 (#56932)
This commit is contained in:
@@ -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