core/homeassistant/components/oncue/manifest.json

17 lines
379 B
JSON
Raw Normal View History

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