mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Remove DHCP match from awair (#129047)
Co-authored-by: Joostlek <joostlek@outlook.com>
This commit is contained in:
parent
140cc0e486
commit
d882ab236a
@ -3,11 +3,6 @@
|
||||
"name": "Awair",
|
||||
"codeowners": ["@ahayworth", "@danielsjf"],
|
||||
"config_flow": true,
|
||||
"dhcp": [
|
||||
{
|
||||
"macaddress": "70886B1*"
|
||||
}
|
||||
],
|
||||
"documentation": "https://www.home-assistant.io/integrations/awair",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["python_awair"],
|
||||
|
@ -37,10 +37,6 @@ DHCP: Final[list[dict[str, str | bool]]] = [
|
||||
"hostname": "august*",
|
||||
"macaddress": "E076D0*",
|
||||
},
|
||||
{
|
||||
"domain": "awair",
|
||||
"macaddress": "70886B1*",
|
||||
},
|
||||
{
|
||||
"domain": "axis",
|
||||
"registered_devices": True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user