Remove DHCP match from awair (#129047)

Co-authored-by: Joostlek <joostlek@outlook.com>
This commit is contained in:
Daniel Albers 2024-10-24 16:53:55 +02:00 committed by Franck Nijhof
parent 140cc0e486
commit d882ab236a
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 0 additions and 9 deletions

View File

@ -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"],

View File

@ -37,10 +37,6 @@ DHCP: Final[list[dict[str, str | bool]]] = [
"hostname": "august*",
"macaddress": "E076D0*",
},
{
"domain": "awair",
"macaddress": "70886B1*",
},
{
"domain": "axis",
"registered_devices": True,