core/homeassistant/components/oncue/manifest.json

17 lines
378 B
JSON
Raw Normal View History

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