esphome-blekeyboard icon indicating copy to clipboard operation
esphome-blekeyboard copied to clipboard

Added RSSI sensor

Open muxa opened this issue 1 year ago • 1 comments

This adds ability to add a signal strength sensor for the BLE connection (for feature request https://github.com/dmamontov/esphome-blekeyboard/issues/25). The sensor is not exposed by default and can be added via rssi: configuration, e.g:

ble_keyboard:
  ...
  rssi:
    name: "RSSI"

muxa avatar Feb 25 '23 00:02 muxa