mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Add more information about possible hostnames at Home Connect (#145770)
This commit is contained in:
parent
4858b2171e
commit
c1676570da
@ -10,11 +10,11 @@
|
||||
"macaddress": "C8D778*"
|
||||
},
|
||||
{
|
||||
"hostname": "(bosch|siemens)-*",
|
||||
"hostname": "(balay|bosch|neff|siemens)-*",
|
||||
"macaddress": "68A40E*"
|
||||
},
|
||||
{
|
||||
"hostname": "siemens-*",
|
||||
"hostname": "(siemens|neff)-*",
|
||||
"macaddress": "38B4D3*"
|
||||
}
|
||||
],
|
||||
|
4
homeassistant/generated/dhcp.py
generated
4
homeassistant/generated/dhcp.py
generated
@ -367,12 +367,12 @@ DHCP: Final[list[dict[str, str | bool]]] = [
|
||||
},
|
||||
{
|
||||
"domain": "home_connect",
|
||||
"hostname": "(bosch|siemens)-*",
|
||||
"hostname": "(balay|bosch|neff|siemens)-*",
|
||||
"macaddress": "68A40E*",
|
||||
},
|
||||
{
|
||||
"domain": "home_connect",
|
||||
"hostname": "siemens-*",
|
||||
"hostname": "(siemens|neff)-*",
|
||||
"macaddress": "38B4D3*",
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user