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