Update qesan_ble_remote.rst

This commit is contained in:
Mat931 2024-04-19 20:06:52 +00:00 committed by GitHub
parent e356bcfc21
commit e1d4aafb80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 1 deletions

View File

@ -12,7 +12,16 @@ for tuya lamps.
:align: center
:width: 50.0%
This component requires the ``esp32_ble_tracker`` component.
This component requires the ``esp32_ble_tracker`` component. This configuration is more reliable than the
default for receiving button presses:
.. code-block:: yaml
esp32_ble_tracker:
scan_parameters:
interval: 100ms
window: 20ms
active: false
To find the address and button codes of your remote, configure the component without specifying any address.
When pressing buttons on the remote the codes will appear in the ESPHome log.