Add more information about possible hostnames at Home Connect (#145770)

This commit is contained in:
J. Diego Rodríguez Royo 2025-05-28 10:57:01 +02:00 committed by GitHub
parent 4858b2171e
commit c1676570da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,11 @@
"macaddress": "C8D778*"
},
{
"hostname": "(bosch|siemens)-*",
"hostname": "(balay|bosch|neff|siemens)-*",
"macaddress": "68A40E*"
},
{
"hostname": "siemens-*",
"hostname": "(siemens|neff)-*",
"macaddress": "38B4D3*"
}
],

View File

@ -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*",
},
{