Add DHCP discovery to Toon (#45222)

This commit is contained in:
Franck Nijhof 2021-01-16 15:20:56 +01:00 committed by GitHub
parent 74082194a6
commit b6148bbbe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -6,5 +6,6 @@
"requirements": ["toonapi==0.2.0"],
"dependencies": ["http"],
"after_dependencies": ["cloud"],
"codeowners": ["@frenck"]
"codeowners": ["@frenck"],
"dhcp": [{ "hostname": "eneco-*", "macaddress": "74C63B*" }]
}

View File

@ -134,5 +134,10 @@ DHCP = [
"domain": "tesla",
"hostname": "tesla_*",
"macaddress": "98ED5C*"
},
{
"domain": "toon",
"hostname": "eneco-*",
"macaddress": "74C63B*"
}
]