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.yaml
This commit is contained in:
Allen Porter
2021-12-21 20:38:25 -08:00
committed by GitHub
parent 0c82a3c7b0
commit bf108b9d0d
2 changed files with 16 additions and 3 deletions

View File

@@ -8,9 +8,10 @@
"codeowners": ["@allenporter"],
"quality_scale": "platinum",
"dhcp": [
{
"macaddress": "18B430*"
}
{ "macaddress": "18B430*" },
{ "macaddress": "641666*" },
{ "macaddress": "D8EB46*" },
{ "macaddress": "1C53F9*" }
],
"iot_class": "cloud_push"
}

View File

@@ -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-*",