Fix reference error in tm1637.rst (#3351)

The reference to the render lambda was to the binary sensor.
This commit is contained in:
Martijn Hoogesteger 2023-11-10 06:25:14 +01:00 committed by GitHub
parent 54bb00b82b
commit 5da4214bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
----------------