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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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_*",