From 023c094b0158301b5f96994fa90a4b612a5f49be Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 25 May 2021 12:40:05 -0500 Subject: [PATCH] Add v3 smartthings hub to discovery (#51051) - I recently switched to a v3 hub, and it has a new OUI --- homeassistant/components/smartthings/manifest.json | 4 ++++ homeassistant/generated/dhcp.py | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/homeassistant/components/smartthings/manifest.json b/homeassistant/components/smartthings/manifest.json index 0c05c5abb90..b67a05d5753 100644 --- a/homeassistant/components/smartthings/manifest.json +++ b/homeassistant/components/smartthings/manifest.json @@ -24,6 +24,10 @@ { "hostname": "hub*", "macaddress": "D052A8*" + }, + { + "hostname": "hub*", + "macaddress": "286D97*" } ] } diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 7ea9d1c1992..82b09e5f7ef 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -210,6 +210,11 @@ DHCP = [ "hostname": "hub*", "macaddress": "D052A8*" }, + { + "domain": "smartthings", + "hostname": "hub*", + "macaddress": "286D97*" + }, { "domain": "solaredge", "hostname": "target",