diff --git a/homeassistant/components/smartthings/manifest.json b/homeassistant/components/smartthings/manifest.json index 7d8bc17d430..0c05c5abb90 100644 --- a/homeassistant/components/smartthings/manifest.json +++ b/homeassistant/components/smartthings/manifest.json @@ -7,5 +7,23 @@ "dependencies": ["webhook"], "after_dependencies": ["cloud"], "codeowners": ["@andrewsayre"], - "iot_class": "cloud_push" + "iot_class": "cloud_push", + "dhcp": [ + { + "hostname": "st*", + "macaddress": "24FD5B*" + }, + { + "hostname": "smartthings*", + "macaddress": "24FD5B*" + }, + { + "hostname": "hub*", + "macaddress": "24FD5B*" + }, + { + "hostname": "hub*", + "macaddress": "D052A8*" + } + ] } diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index dc32b9c4c99..a4436a1cebe 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -178,6 +178,26 @@ DHCP = [ "hostname": "sense-*", "macaddress": "DCEFCA*" }, + { + "domain": "smartthings", + "hostname": "st*", + "macaddress": "24FD5B*" + }, + { + "domain": "smartthings", + "hostname": "smartthings*", + "macaddress": "24FD5B*" + }, + { + "domain": "smartthings", + "hostname": "hub*", + "macaddress": "24FD5B*" + }, + { + "domain": "smartthings", + "hostname": "hub*", + "macaddress": "D052A8*" + }, { "domain": "solaredge", "hostname": "target",