core/homeassistant/components/kegtron/manifest.json

17 lines
370 B
JSON

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