1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/oncue/manifest.json

17 lines
365 B
JSON

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