mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +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"],
|
||||
"dependencies": ["http"],
|
||||
"after_dependencies": ["cloud"],
|
||||
"codeowners": ["@frenck"]
|
||||
"codeowners": ["@frenck"],
|
||||
"dhcp": [{ "hostname": "eneco-*", "macaddress": "74C63B*" }]
|
||||
}
|
||||
|
@ -134,5 +134,10 @@ DHCP = [
|
||||
"domain": "tesla",
|
||||
"hostname": "tesla_*",
|
||||
"macaddress": "98ED5C*"
|
||||
},
|
||||
{
|
||||
"domain": "toon",
|
||||
"hostname": "eneco-*",
|
||||
"macaddress": "74C63B*"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user