core/homeassistant/components/oncue/manifest.json

10 lines
247 B
JSON
Raw Normal View History

{
"domain": "oncue",
"name": "Oncue by Kohler",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/oncue",
"requirements": ["aiooncue==0.3.2"],
"codeowners": ["@bdraco"],
"iot_class": "cloud_polling"
}