mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-27 17:37:45 +01:00
Merge pull request #2276 from esphome/nagyrobi-patch-2
Update esp32_ble_tracker.rst
This commit is contained in:
commit
abc62955d9
@ -72,7 +72,8 @@ Configuration variables:
|
|||||||
impact on the device but can be used to debug the BLE stack. Defaults to ``5min``.
|
impact on the device but can be used to debug the BLE stack. Defaults to ``5min``.
|
||||||
- **active** (*Optional*, boolean): Whether to actively send scan requests to request more data
|
- **active** (*Optional*, boolean): Whether to actively send scan requests to request more data
|
||||||
after having received an advertising packet. With some devices this is necessary to receive all data,
|
after having received an advertising packet. With some devices this is necessary to receive all data,
|
||||||
but also drains those devices' power a (tiny) bit more. Defaults to ``true``.
|
but also drains those devices' power a bit more. Some devices don't need this, in that case
|
||||||
|
you can save power and RF pollution by setting it to ``false``. Defaults to ``true``.
|
||||||
|
|
||||||
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID for this ESP32 BLE Hub.
|
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID for this ESP32 BLE Hub.
|
||||||
|
|
||||||
@ -188,7 +189,16 @@ Configuration variables:
|
|||||||
See Also
|
See Also
|
||||||
--------
|
--------
|
||||||
|
|
||||||
- :doc:`binary_sensor/ble_presence`
|
- :doc:`text_sensor/ble_scanner`
|
||||||
|
- :doc:`sensor/ble_rssi`
|
||||||
|
- :doc:`sensor/b_parasite`
|
||||||
|
- :doc:`sensor/xiaomi_ble`
|
||||||
|
- :doc:`sensor/xiaomi_miscale`
|
||||||
|
- :doc:`sensor/inkbird_ibsth1_mini`
|
||||||
|
- :doc:`sensor/mopeka_pro_check`
|
||||||
|
- :doc:`sensor/ruuvitag`
|
||||||
|
- :doc:`ble_client`
|
||||||
|
- :doc:`bluetooth_proxy`
|
||||||
- :apiref:`esp32_ble_tracker/esp32_ble_tracker.h`
|
- :apiref:`esp32_ble_tracker/esp32_ble_tracker.h`
|
||||||
- `ESP32 BLE for Arduino <https://github.com/nkolban/ESP32_BLE_Arduino>`__ by `Neil Kolban <https://github.com/nkolban>`__.
|
- `ESP32 BLE for Arduino <https://github.com/nkolban/ESP32_BLE_Arduino>`__ by `Neil Kolban <https://github.com/nkolban>`__.
|
||||||
- :ghedit:`Edit`
|
- :ghedit:`Edit`
|
||||||
|
Loading…
Reference in New Issue
Block a user