2022-09-22 01:44:37 +00:00
|
|
|
{
|
|
|
|
"domain": "keymitt_ble",
|
|
|
|
"name": "Keymitt MicroBot Push",
|
|
|
|
"bluetooth": [
|
|
|
|
{
|
2022-10-08 06:19:40 +00:00
|
|
|
"service_uuid": "0000abcd-0000-1000-8000-00805f9b34fb"
|
2022-09-22 01:44:37 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"local_name": "mib*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"codeowners": ["@spycle"],
|
2023-02-08 19:35:25 +00:00
|
|
|
"config_flow": true,
|
2023-01-15 23:17:17 +00:00
|
|
|
"dependencies": ["bluetooth_adapters"],
|
2023-02-08 19:35:25 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/keymitt_ble",
|
|
|
|
"iot_class": "assumed_state",
|
|
|
|
"loggers": ["keymitt_ble"],
|
2023-02-19 04:43:28 +00:00
|
|
|
"requirements": ["PyMicroBot==0.0.9"]
|
2022-09-22 01:44:37 +00:00
|
|
|
}
|