core/homeassistant/components/keymitt_ble/manifest.json

21 lines
504 B
JSON
Raw Normal View History

{
"domain": "keymitt_ble",
"name": "Keymitt MicroBot Push",
"bluetooth": [
{
"service_uuid": "0000abcd-0000-1000-8000-00805f9b34fb"
},
{
"local_name": "mib*"
}
],
"codeowners": ["@spycle"],
2023-02-08 19:35:25 +00:00
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
2023-02-08 19:35:25 +00:00
"documentation": "https://www.home-assistant.io/integrations/keymitt_ble",
2024-02-05 09:34:14 +00:00
"integration_type": "hub",
2023-02-08 19:35:25 +00:00
"iot_class": "assumed_state",
"loggers": ["keymitt_ble"],
"requirements": ["PyMicroBot==0.0.17"]
}