mirror of https://github.com/home-assistant/core
21 lines
504 B
JSON
21 lines
504 B
JSON
{
|
|
"domain": "keymitt_ble",
|
|
"name": "Keymitt MicroBot Push",
|
|
"bluetooth": [
|
|
{
|
|
"service_uuid": "0000abcd-0000-1000-8000-00805f9b34fb"
|
|
},
|
|
{
|
|
"local_name": "mib*"
|
|
}
|
|
],
|
|
"codeowners": ["@spycle"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/keymitt_ble",
|
|
"integration_type": "hub",
|
|
"iot_class": "assumed_state",
|
|
"loggers": ["keymitt_ble"],
|
|
"requirements": ["PyMicroBot==0.0.17"]
|
|
}
|