mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Add DHCP discovery to Toon (#45222)
This commit is contained in:
parent
74082194a6
commit
b6148bbbe7
@ -6,5 +6,6 @@
|
|||||||
"requirements": ["toonapi==0.2.0"],
|
"requirements": ["toonapi==0.2.0"],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"after_dependencies": ["cloud"],
|
"after_dependencies": ["cloud"],
|
||||||
"codeowners": ["@frenck"]
|
"codeowners": ["@frenck"],
|
||||||
|
"dhcp": [{ "hostname": "eneco-*", "macaddress": "74C63B*" }]
|
||||||
}
|
}
|
||||||
|
@ -134,5 +134,10 @@ DHCP = [
|
|||||||
"domain": "tesla",
|
"domain": "tesla",
|
||||||
"hostname": "tesla_*",
|
"hostname": "tesla_*",
|
||||||
"macaddress": "98ED5C*"
|
"macaddress": "98ED5C*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "toon",
|
||||||
|
"hostname": "eneco-*",
|
||||||
|
"macaddress": "74C63B*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user