mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add dhcp discovery to smartthings (#50306)
This commit is contained in:
@@ -178,6 +178,26 @@ DHCP = [
|
||||
"hostname": "sense-*",
|
||||
"macaddress": "DCEFCA*"
|
||||
},
|
||||
{
|
||||
"domain": "smartthings",
|
||||
"hostname": "st*",
|
||||
"macaddress": "24FD5B*"
|
||||
},
|
||||
{
|
||||
"domain": "smartthings",
|
||||
"hostname": "smartthings*",
|
||||
"macaddress": "24FD5B*"
|
||||
},
|
||||
{
|
||||
"domain": "smartthings",
|
||||
"hostname": "hub*",
|
||||
"macaddress": "24FD5B*"
|
||||
},
|
||||
{
|
||||
"domain": "smartthings",
|
||||
"hostname": "hub*",
|
||||
"macaddress": "D052A8*"
|
||||
},
|
||||
{
|
||||
"domain": "solaredge",
|
||||
"hostname": "target",
|
||||
|
||||
Reference in New Issue
Block a user