Remove nest mac prefix that matches cast devices (#75108)
parent
c185e636ed
commit
a23b427025
|
@ -11,8 +11,7 @@
|
|||
"dhcp": [
|
||||
{ "macaddress": "18B430*" },
|
||||
{ "macaddress": "641666*" },
|
||||
{ "macaddress": "D8EB46*" },
|
||||
{ "macaddress": "1C53F9*" }
|
||||
{ "macaddress": "D8EB46*" }
|
||||
],
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["google_nest_sdm", "nest"]
|
||||
|
|
|
@ -69,7 +69,6 @@ DHCP: list[dict[str, str | bool]] = [
|
|||
{'domain': 'nest', 'macaddress': '18B430*'},
|
||||
{'domain': 'nest', 'macaddress': '641666*'},
|
||||
{'domain': 'nest', 'macaddress': 'D8EB46*'},
|
||||
{'domain': 'nest', 'macaddress': '1C53F9*'},
|
||||
{'domain': 'nexia', 'hostname': 'xl857-*', 'macaddress': '000231*'},
|
||||
{'domain': 'nuheat', 'hostname': 'nuheat', 'macaddress': '002338*'},
|
||||
{'domain': 'nuki', 'hostname': 'nuki_bridge_*'},
|
||||
|
|
Loading…
Reference in New Issue