Remove nest mac prefix that matches cast devices (#75108)

pull/75243/head
Allen Porter 2022-07-14 22:01:18 -07:00 committed by Paulus Schoutsen
parent c185e636ed
commit a23b427025
2 changed files with 1 additions and 3 deletions

View File

@ -11,8 +11,7 @@
"dhcp": [
{ "macaddress": "18B430*" },
{ "macaddress": "641666*" },
{ "macaddress": "D8EB46*" },
{ "macaddress": "1C53F9*" }
{ "macaddress": "D8EB46*" }
],
"iot_class": "cloud_push",
"loggers": ["google_nest_sdm", "nest"]

View File

@ -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_*'},