fixed time reference link (#1707)

This commit is contained in:
Rebbe Pod 2021-12-07 03:28:10 -05:00 committed by GitHub
parent 5cd81f6051
commit cb630b3f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ Configuration variables:
- **name** (**Required**, string): The name of the text sensor.
- **elevation** (*Optional*, float): The elevation to calculate the next sunrise/sunset event
for. Defaults to -0.833° (the horizon, slightly less than 0° to compensate for atmospheric refraction).
- **format** (*Optional*, string): The format to format the time value with, see :ref:`display-strftime`
- **format** (*Optional*, string): The format to format the time value with, see :ref:`strftime`
for more information. Defaults to ``%X``.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.