From cb630b3f04b35859049b3ec67ab6d86144d37cd8 Mon Sep 17 00:00:00 2001 From: Rebbe Pod <66928914+RebbePod@users.noreply.github.com> Date: Tue, 7 Dec 2021 03:28:10 -0500 Subject: [PATCH] fixed time reference link (#1707) --- components/sun.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sun.rst b/components/sun.rst index f0ce92c9f..bb40e835b 100644 --- a/components/sun.rst +++ b/components/sun.rst @@ -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.