From feda48f59907cc68b721a84487f6daee153f1b87 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Thu, 28 Oct 2021 00:47:54 -0600 Subject: [PATCH] Add additional MAC address pattern for Guardian DHCP discovery (#58562) --- homeassistant/components/guardian/manifest.json | 4 ++++ homeassistant/generated/dhcp.py | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/homeassistant/components/guardian/manifest.json b/homeassistant/components/guardian/manifest.json index baa7eb50e7a..cbdd8fe3ba8 100644 --- a/homeassistant/components/guardian/manifest.json +++ b/homeassistant/components/guardian/manifest.json @@ -12,6 +12,10 @@ "hostname": "gvc*", "macaddress": "30AEA4*" }, + { + "hostname": "gvc*", + "macaddress": "B4E62D*" + }, { "hostname": "guardian*", "macaddress": "30AEA4*" diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 1bb37e6c736..03adeed3ed2 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -166,6 +166,11 @@ DHCP = [ "hostname": "gvc*", "macaddress": "30AEA4*" }, + { + "domain": "guardian", + "hostname": "gvc*", + "macaddress": "B4E62D*" + }, { "domain": "guardian", "hostname": "guardian*",