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