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