mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
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:
@@ -8,9 +8,10 @@
|
|||||||
"codeowners": ["@allenporter"],
|
"codeowners": ["@allenporter"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
{
|
{ "macaddress": "18B430*" },
|
||||||
"macaddress": "18B430*"
|
{ "macaddress": "641666*" },
|
||||||
}
|
{ "macaddress": "D8EB46*" },
|
||||||
|
{ "macaddress": "1C53F9*" }
|
||||||
],
|
],
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
}
|
}
|
||||||
|
@@ -175,6 +175,18 @@ DHCP = [
|
|||||||
"domain": "nest",
|
"domain": "nest",
|
||||||
"macaddress": "18B430*"
|
"macaddress": "18B430*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "nest",
|
||||||
|
"macaddress": "641666*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "nest",
|
||||||
|
"macaddress": "D8EB46*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "nest",
|
||||||
|
"macaddress": "1C53F9*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "nexia",
|
"domain": "nexia",
|
||||||
"hostname": "xl857-*",
|
"hostname": "xl857-*",
|
||||||
|
Reference in New Issue
Block a user