core/homeassistant/components/keymitt_ble/manifest.json

20 lines
474 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",
"iot_class": "assumed_state",
"loggers": ["keymitt_ble"],
2023-02-19 04:43:28 +00:00
"requirements": ["PyMicroBot==0.0.9"]
}