Airthings DHCP discovery (#144280)

* Add DHCP to Airthings manifest

* Update manifest

* Update manifest

* Add tests

* Fix pr comments

* fix naming for all tests

* Fix pr comment
This commit is contained in:
Ståle Storø Hauknes
2025-05-09 18:49:22 +02:00
committed by GitHub
parent e29fc37bb1
commit ad7cfe49c8
3 changed files with 116 additions and 13 deletions

View File

@@ -8,6 +8,20 @@ from __future__ import annotations
from typing import Final
DHCP: Final[list[dict[str, str | bool]]] = [
{
"domain": "airthings",
"hostname": "airthings-view",
},
{
"domain": "airthings",
"hostname": "airthings-hub",
"macaddress": "D0141190*",
},
{
"domain": "airthings",
"hostname": "airthings-hub",
"macaddress": "70B3D52A0*",
},
{
"domain": "airzone",
"macaddress": "E84F25*",