2022-01-02 19:15:39 +00:00
|
|
|
{
|
|
|
|
"domain": "oncue",
|
|
|
|
"name": "Oncue by Kohler",
|
2023-02-08 19:32:43 +00:00
|
|
|
"codeowners": ["@bdraco", "@peterager"],
|
2022-01-02 19:15:39 +00:00
|
|
|
"config_flow": true,
|
2022-03-30 08:56:37 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "kohlergen*",
|
|
|
|
"macaddress": "00146F*"
|
|
|
|
}
|
|
|
|
],
|
2022-01-02 19:15:39 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/oncue",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2023-02-08 19:32:43 +00:00
|
|
|
"loggers": ["aiooncue"],
|
|
|
|
"requirements": ["aiooncue==0.3.4"]
|
2022-01-02 19:15:39 +00:00
|
|
|
}
|