mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Fix reference error in tm1637.rst (#3351)
The reference to the render lambda was to the binary sensor.
This commit is contained in:
parent
54bb00b82b
commit
5da4214bba
@ -46,8 +46,6 @@ Configuration variables:
|
||||
- **update_interval** (*Optional*, :ref:`config-time`): The interval to re-draw the screen. Defaults to ``1s``.
|
||||
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
|
||||
|
||||
.. _display-tm1637_lambda:
|
||||
|
||||
Binary Sensor
|
||||
-------------
|
||||
|
||||
@ -79,6 +77,8 @@ Configuration variables:
|
||||
0 to 15.
|
||||
- All other options from :ref:`Binary Sensor <config-binary_sensor>`.
|
||||
|
||||
.. _display-tm1637_lambda:
|
||||
|
||||
Rendering Lambda
|
||||
----------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user