mirror of https://github.com/home-assistant/core
17 lines
379 B
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"]
|
|
}
|