Add dhcp discovery to oncue (#65160)

This commit is contained in:
J. Nick Koston 2022-01-28 23:13:41 -06:00 committed by GitHub
parent de36e96481
commit f585777e56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -2,6 +2,10 @@
"domain": "oncue",
"name": "Oncue by Kohler",
"config_flow": true,
"dhcp": [{
"hostname": "kohlergen*",
"macaddress": "00146F*"
}],
"documentation": "https://www.home-assistant.io/integrations/oncue",
"requirements": ["aiooncue==0.3.2"],
"codeowners": ["@bdraco"],

View file

@ -201,6 +201,11 @@ DHCP = [
"domain": "nuki",
"hostname": "nuki_bridge_*"
},
{
"domain": "oncue",
"hostname": "kohlergen*",
"macaddress": "00146F*"
},
{
"domain": "overkiz",
"hostname": "gateway*",