1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add DHCP discovery to Tailwind (#105981)

This commit is contained in:
Franck Nijhof
2023-12-18 15:52:48 +01:00
committed by GitHub
parent 72fe30439e
commit 5f2a13fec6
5 changed files with 73 additions and 1 deletions

View File

@@ -571,6 +571,10 @@ DHCP: list[dict[str, str | bool]] = [
"domain": "tado",
"hostname": "tado*",
},
{
"domain": "tailwind",
"registered_devices": True,
},
{
"domain": "tesla_wall_connector",
"hostname": "teslawallconnector_*",