mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Add more Amazon Devices DHCP matches (#145754)
This commit is contained in:
parent
c3ec30ce3b
commit
2c08b3f30c
@ -13,6 +13,7 @@
|
|||||||
{ "macaddress": "50D45C*" },
|
{ "macaddress": "50D45C*" },
|
||||||
{ "macaddress": "50DCE7*" },
|
{ "macaddress": "50DCE7*" },
|
||||||
{ "macaddress": "68F63B*" },
|
{ "macaddress": "68F63B*" },
|
||||||
|
{ "macaddress": "6C0C9A*" },
|
||||||
{ "macaddress": "74D637*" },
|
{ "macaddress": "74D637*" },
|
||||||
{ "macaddress": "7C6166*" },
|
{ "macaddress": "7C6166*" },
|
||||||
{ "macaddress": "901195*" },
|
{ "macaddress": "901195*" },
|
||||||
@ -22,7 +23,8 @@
|
|||||||
{ "macaddress": "A8E621*" },
|
{ "macaddress": "A8E621*" },
|
||||||
{ "macaddress": "C095CF*" },
|
{ "macaddress": "C095CF*" },
|
||||||
{ "macaddress": "D8BE65*" },
|
{ "macaddress": "D8BE65*" },
|
||||||
{ "macaddress": "EC2BEB*" }
|
{ "macaddress": "EC2BEB*" },
|
||||||
|
{ "macaddress": "F02F9E*" }
|
||||||
],
|
],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/amazon_devices",
|
"documentation": "https://www.home-assistant.io/integrations/amazon_devices",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
8
homeassistant/generated/dhcp.py
generated
8
homeassistant/generated/dhcp.py
generated
@ -62,6 +62,10 @@ DHCP: Final[list[dict[str, str | bool]]] = [
|
|||||||
"domain": "amazon_devices",
|
"domain": "amazon_devices",
|
||||||
"macaddress": "68F63B*",
|
"macaddress": "68F63B*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "amazon_devices",
|
||||||
|
"macaddress": "6C0C9A*",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "amazon_devices",
|
"domain": "amazon_devices",
|
||||||
"macaddress": "74D637*",
|
"macaddress": "74D637*",
|
||||||
@ -102,6 +106,10 @@ DHCP: Final[list[dict[str, str | bool]]] = [
|
|||||||
"domain": "amazon_devices",
|
"domain": "amazon_devices",
|
||||||
"macaddress": "EC2BEB*",
|
"macaddress": "EC2BEB*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "amazon_devices",
|
||||||
|
"macaddress": "F02F9E*",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "august",
|
"domain": "august",
|
||||||
"hostname": "connect",
|
"hostname": "connect",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user