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": [
{
"hostname": "twinkly_*"
},
{
"hostname": "twinkly-*"
}
],
"documentation": "https://www.home-assistant.io/integrations/twinkly",

View File

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