mirror of https://github.com/home-assistant/core
17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
|
"domain": "oncue",
|
|
"name": "Oncue by Kohler",
|
|
"codeowners": ["@bdraco", "@peterager"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "kohlergen*",
|
|
"macaddress": "00146F*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/oncue",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aiooncue"],
|
|
"requirements": ["aiooncue==0.3.7"]
|
|
}
|