Update Twinkly DHCP discovery addresses (#109495)

This commit is contained in:
Cody C 2024-02-04 02:12:55 +13:00 committed by GitHub
parent bb8d742423
commit 897ea272d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,9 @@
"dhcp": [ "dhcp": [
{ {
"hostname": "twinkly_*" "hostname": "twinkly_*"
},
{
"hostname": "twinkly-*"
} }
], ],
"documentation": "https://www.home-assistant.io/integrations/twinkly", "documentation": "https://www.home-assistant.io/integrations/twinkly",

View File

@ -971,6 +971,10 @@ DHCP: list[dict[str, str | bool]] = [
"domain": "twinkly", "domain": "twinkly",
"hostname": "twinkly_*", "hostname": "twinkly_*",
}, },
{
"domain": "twinkly",
"hostname": "twinkly-*",
},
{ {
"domain": "unifiprotect", "domain": "unifiprotect",
"macaddress": "B4FBE4*", "macaddress": "B4FBE4*",