From bf108b9d0d22764acfb8f013a4ef8d481d6f0ef0 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Tue, 21 Dec 2021 20:38:25 -0800 Subject: [PATCH] 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 --- homeassistant/components/nest/manifest.json | 7 ++++--- homeassistant/generated/dhcp.py | 12 ++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/nest/manifest.json b/homeassistant/components/nest/manifest.json index bca37ce41c6..f943293775a 100644 --- a/homeassistant/components/nest/manifest.json +++ b/homeassistant/components/nest/manifest.json @@ -8,9 +8,10 @@ "codeowners": ["@allenporter"], "quality_scale": "platinum", "dhcp": [ - { - "macaddress": "18B430*" - } + { "macaddress": "18B430*" }, + { "macaddress": "641666*" }, + { "macaddress": "D8EB46*" }, + { "macaddress": "1C53F9*" } ], "iot_class": "cloud_push" } diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 3fef7f71d53..7f36fd509a1 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -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-*",