Add more Amazon Devices DHCP matches (#145754)

This commit is contained in:
Joost Lekkerkerker 2025-05-28 08:43:59 +02:00 committed by GitHub
parent c3ec30ce3b
commit 2c08b3f30c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View File

@ -13,6 +13,7 @@
{ "macaddress": "50D45C*" },
{ "macaddress": "50DCE7*" },
{ "macaddress": "68F63B*" },
{ "macaddress": "6C0C9A*" },
{ "macaddress": "74D637*" },
{ "macaddress": "7C6166*" },
{ "macaddress": "901195*" },
@ -22,7 +23,8 @@
{ "macaddress": "A8E621*" },
{ "macaddress": "C095CF*" },
{ "macaddress": "D8BE65*" },
{ "macaddress": "EC2BEB*" }
{ "macaddress": "EC2BEB*" },
{ "macaddress": "F02F9E*" }
],
"documentation": "https://www.home-assistant.io/integrations/amazon_devices",
"integration_type": "hub",

View File

@ -62,6 +62,10 @@ DHCP: Final[list[dict[str, str | bool]]] = [
"domain": "amazon_devices",
"macaddress": "68F63B*",
},
{
"domain": "amazon_devices",
"macaddress": "6C0C9A*",
},
{
"domain": "amazon_devices",
"macaddress": "74D637*",
@ -102,6 +106,10 @@ DHCP: Final[list[dict[str, str | bool]]] = [
"domain": "amazon_devices",
"macaddress": "EC2BEB*",
},
{
"domain": "amazon_devices",
"macaddress": "F02F9E*",
},
{
"domain": "august",
"hostname": "connect",