core/homeassistant/components/kegtron/manifest.json

17 lines
379 B
JSON

{
"domain": "kegtron",
"name": "Kegtron",
"bluetooth": [
{
"connectable": false,
"manufacturer_id": 65535
}
],
"codeowners": ["@Ernst79"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/kegtron",
"iot_class": "local_push",
"requirements": ["kegtron-ble==0.4.0"]
}