mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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:
parent
fe75a1bb9d
commit
023c094b01
@ -24,6 +24,10 @@
|
|||||||
{
|
{
|
||||||
"hostname": "hub*",
|
"hostname": "hub*",
|
||||||
"macaddress": "D052A8*"
|
"macaddress": "D052A8*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "hub*",
|
||||||
|
"macaddress": "286D97*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -210,6 +210,11 @@ DHCP = [
|
|||||||
"hostname": "hub*",
|
"hostname": "hub*",
|
||||||
"macaddress": "D052A8*"
|
"macaddress": "D052A8*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "smartthings",
|
||||||
|
"hostname": "hub*",
|
||||||
|
"macaddress": "286D97*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "solaredge",
|
"domain": "solaredge",
|
||||||
"hostname": "target",
|
"hostname": "target",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user