fsievers22 / esphome-ble-remote

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

text_sensor not working with latest esphome #18

Closed benedikt-bartscher closed 1 year ago

benedikt-bartscher commented 1 year ago

text_sensor currently only changes from 0 to 1

[14:25:57][D][ble_client_hid:184]: Received HID input report from handle 48
[14:25:57][D][hid_parser:350]: Parsing HID report with report ID (1)
[14:25:57][D][hid_parser:442]: HIDReportItemValue(usage_page: 7, usage: 80, value: 0)
[14:25:57][D][text_sensor:064]: '': Sending state 'Keyboard LeftArrow'
[14:25:57][D][sensor:110]: 'bleproxy-lr Last Event Value': Sending state 0.00000  with 0 decimals of accuracy
[14:25:57][D][ble_client_hid:207]: Send HID event to HomeAssistant: usage: Keyboard LeftArrow, value: 0
fsievers22 commented 1 year ago

fixed in ebc8763: fix text_sensor #20