fsievers22 / esphome-ble-remote

ESPHome external component for a BLE HID client
MIT License
25 stars 10 forks source link

Enhancement - Support for other BLE Remotes - Xiaomi Mi Box #21

Closed moh-Brent closed 1 year ago

moh-Brent commented 1 year ago

Hey, Just wondering if we can use this for other remotes? i.e. Xiaomi Mi Box 3/4, etc.

If so how? happy to help and do what I can just need to know what?

Cheers Brent

benedikt-bartscher commented 1 year ago

Hey @moh-Brent, i think every HID device should work as long as the keycodes are defined in HidUsageTables.json If not, you could try adjusting HidUsageTables.json and run generate_cpp_usage_tables.py which should automaticly add all keycodes to cpp files.