diff --git a/homeassistant/components/twinkly/manifest.json b/homeassistant/components/twinkly/manifest.json index c6ab0bab893..6ec89261b3d 100644 --- a/homeassistant/components/twinkly/manifest.json +++ b/homeassistant/components/twinkly/manifest.json @@ -6,6 +6,9 @@ "dhcp": [ { "hostname": "twinkly_*" + }, + { + "hostname": "twinkly-*" } ], "documentation": "https://www.home-assistant.io/integrations/twinkly", diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index a6722282e35..4f9f822e85e 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -971,6 +971,10 @@ DHCP: list[dict[str, str | bool]] = [ "domain": "twinkly", "hostname": "twinkly_*", }, + { + "domain": "twinkly", + "hostname": "twinkly-*", + }, { "domain": "unifiprotect", "macaddress": "B4FBE4*",