mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Add more Amazon Devices DHCP matches (#145754)
This commit is contained in:
committed by
GitHub
parent
c3ec30ce3b
commit
2c08b3f30c
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",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user