mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Fix ESP32BLE/ESP32Touch docs
This commit is contained in:
parent
bd55903532
commit
bba0e6fea7
@ -36,8 +36,7 @@ Configuration variables:
|
|||||||
|
|
||||||
- **scan_interval** (*Optional*, :ref:`config-time`): The length of each scan.
|
- **scan_interval** (*Optional*, :ref:`config-time`): The length of each scan.
|
||||||
If a device is not found within this time window, it will be marked as not present. Defaults to 300s.
|
If a device is not found within this time window, it will be marked as not present. Defaults to 300s.
|
||||||
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID for this ADS1115 Hub. Use this if you
|
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID for this ESP32 BLE Hub.
|
||||||
want to use multiple ADS1115 hubs at once.
|
|
||||||
|
|
||||||
See Also
|
See Also
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
|
@ -23,9 +23,7 @@ Configuration variables:
|
|||||||
be displayed in the logs. Useful for finding out suitable thresholds for the binary sensors, but
|
be displayed in the logs. Useful for finding out suitable thresholds for the binary sensors, but
|
||||||
spam the logs. See :doc:`setting up touch pads </esphomeyaml/components/binary_sensor/esp32_touch>`
|
spam the logs. See :doc:`setting up touch pads </esphomeyaml/components/binary_sensor/esp32_touch>`
|
||||||
for more information. Defaults to false.
|
for more information. Defaults to false.
|
||||||
- **id** (*Optional*,
|
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID for code generation.
|
||||||
:ref:`config-id`): Manually specify the ID for this ADS1115 Hub. Use this if you
|
|
||||||
want to use multiple ADS1115 hubs at once.
|
|
||||||
|
|
||||||
Advanced options (the defaults are usually quite good, but if you're having accuracy issues, use these):
|
Advanced options (the defaults are usually quite good, but if you're having accuracy issues, use these):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user