forked from home-assistant/core
Add v3 smartthings hub to discovery (#51051)
- I recently switched to a v3 hub, and it has a new OUI
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
{
|
||||
"hostname": "hub*",
|
||||
"macaddress": "D052A8*"
|
||||
},
|
||||
{
|
||||
"hostname": "hub*",
|
||||
"macaddress": "286D97*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -210,6 +210,11 @@ DHCP = [
|
||||
"hostname": "hub*",
|
||||
"macaddress": "D052A8*"
|
||||
},
|
||||
{
|
||||
"domain": "smartthings",
|
||||
"hostname": "hub*",
|
||||
"macaddress": "286D97*"
|
||||
},
|
||||
{
|
||||
"domain": "solaredge",
|
||||
"hostname": "target",
|
||||
|
Reference in New Issue
Block a user