mirror of
https://github.com/home-assistant/core.git
synced 2026-04-27 05:28:17 +00:00
Add dhcp discovery to oncue (#65160)
This commit is contained in:
committed by
Paulus Schoutsen
parent
c74a8bf65a
commit
ca505b79b5
@@ -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"],
|
||||
|
||||
@@ -201,6 +201,11 @@ DHCP = [
|
||||
"domain": "nuki",
|
||||
"hostname": "nuki_bridge_*"
|
||||
},
|
||||
{
|
||||
"domain": "oncue",
|
||||
"hostname": "kohlergen*",
|
||||
"macaddress": "00146F*"
|
||||
},
|
||||
{
|
||||
"domain": "overkiz",
|
||||
"hostname": "gateway*",
|
||||
|
||||
Reference in New Issue
Block a user