Add DHCP discovery to Tailwind (#105981)
This commit is contained in:
parent
72fe30439e
commit
5f2a13fec6
5 changed files with 73 additions and 1 deletions
|
@ -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_*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue