mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
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:
committed by
GitHub
parent
e29fc37bb1
commit
ad7cfe49c8
14
homeassistant/generated/dhcp.py
generated
14
homeassistant/generated/dhcp.py
generated
@@ -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*",
|
||||
|
||||
Reference in New Issue
Block a user