diff --git a/homeassistant/components/oncue/manifest.json b/homeassistant/components/oncue/manifest.json index cbe517dd986..190b5c790cc 100644 --- a/homeassistant/components/oncue/manifest.json +++ b/homeassistant/components/oncue/manifest.json @@ -2,6 +2,10 @@ "domain": "oncue", "name": "Oncue by Kohler", "config_flow": true, + "dhcp": [{ + "hostname": "kohlergen*", + "macaddress": "00146F*" + }], "documentation": "https://www.home-assistant.io/integrations/oncue", "requirements": ["aiooncue==0.3.2"], "codeowners": ["@bdraco"], diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 8875fb15b5b..277bc6169e9 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -201,6 +201,11 @@ DHCP = [ "domain": "nuki", "hostname": "nuki_bridge_*" }, + { + "domain": "oncue", + "hostname": "kohlergen*", + "macaddress": "00146F*" + }, { "domain": "overkiz", "hostname": "gateway*",