Update nest mac addresses based on newer generation hardware (#62525)
Add nest mac addresses for cameras and doorbell devices added in the last few years. This is in perparation for improving nest discovery, which currently does not work great because it requires configuration.yamlpull/62569/head
parent
0c82a3c7b0
commit
bf108b9d0d
|
@ -8,9 +8,10 @@
|
|||
"codeowners": ["@allenporter"],
|
||||
"quality_scale": "platinum",
|
||||
"dhcp": [
|
||||
{
|
||||
"macaddress": "18B430*"
|
||||
}
|
||||
{ "macaddress": "18B430*" },
|
||||
{ "macaddress": "641666*" },
|
||||
{ "macaddress": "D8EB46*" },
|
||||
{ "macaddress": "1C53F9*" }
|
||||
],
|
||||
"iot_class": "cloud_push"
|
||||
}
|
||||
|
|
|
@ -175,6 +175,18 @@ DHCP = [
|
|||
"domain": "nest",
|
||||
"macaddress": "18B430*"
|
||||
},
|
||||
{
|
||||
"domain": "nest",
|
||||
"macaddress": "641666*"
|
||||
},
|
||||
{
|
||||
"domain": "nest",
|
||||
"macaddress": "D8EB46*"
|
||||
},
|
||||
{
|
||||
"domain": "nest",
|
||||
"macaddress": "1C53F9*"
|
||||
},
|
||||
{
|
||||
"domain": "nexia",
|
||||
"hostname": "xl857-*",
|
||||
|
|
Loading…
Reference in New Issue