mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Remove nest mac prefix that matches cast devices (#75108)
This commit is contained in:
parent
2dde3d02cc
commit
b4003713b6
@ -11,8 +11,7 @@
|
|||||||
"dhcp": [
|
"dhcp": [
|
||||||
{ "macaddress": "18B430*" },
|
{ "macaddress": "18B430*" },
|
||||||
{ "macaddress": "641666*" },
|
{ "macaddress": "641666*" },
|
||||||
{ "macaddress": "D8EB46*" },
|
{ "macaddress": "D8EB46*" }
|
||||||
{ "macaddress": "1C53F9*" }
|
|
||||||
],
|
],
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["google_nest_sdm", "nest"]
|
"loggers": ["google_nest_sdm", "nest"]
|
||||||
|
@ -69,7 +69,6 @@ DHCP: list[dict[str, str | bool]] = [
|
|||||||
{'domain': 'nest', 'macaddress': '18B430*'},
|
{'domain': 'nest', 'macaddress': '18B430*'},
|
||||||
{'domain': 'nest', 'macaddress': '641666*'},
|
{'domain': 'nest', 'macaddress': '641666*'},
|
||||||
{'domain': 'nest', 'macaddress': 'D8EB46*'},
|
{'domain': 'nest', 'macaddress': 'D8EB46*'},
|
||||||
{'domain': 'nest', 'macaddress': '1C53F9*'},
|
|
||||||
{'domain': 'nexia', 'hostname': 'xl857-*', 'macaddress': '000231*'},
|
{'domain': 'nexia', 'hostname': 'xl857-*', 'macaddress': '000231*'},
|
||||||
{'domain': 'nuheat', 'hostname': 'nuheat', 'macaddress': '002338*'},
|
{'domain': 'nuheat', 'hostname': 'nuheat', 'macaddress': '002338*'},
|
||||||
{'domain': 'nuki', 'hostname': 'nuki_bridge_*'},
|
{'domain': 'nuki', 'hostname': 'nuki_bridge_*'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user