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 Bram Kragten
parent 74104cf107
commit 3f17223387
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -367,12 +367,12 @@ DHCP: Final[list[dict[str, str | bool]]] = [
}, },
{ {
"domain": "home_connect", "domain": "home_connect",
"hostname": "(bosch|siemens)-*", "hostname": "(balay|bosch|neff|siemens)-*",
"macaddress": "68A40E*", "macaddress": "68A40E*",
}, },
{ {
"domain": "home_connect", "domain": "home_connect",
"hostname": "siemens-*", "hostname": "(siemens|neff)-*",
"macaddress": "38B4D3*", "macaddress": "38B4D3*",
}, },
{ {