diff --git a/components/time/index.rst b/components/time/index.rst index b15f14e6e..ac6d4ff27 100644 --- a/components/time/index.rst +++ b/components/time/index.rst @@ -21,9 +21,10 @@ Configuration variables: - **id** (*Optional*, :ref:`config-id`): Specify the ID of the time for use in lambdas. - **timezone** (*Optional*, string): Manually tell ESPHome what time zone to use with `this format - `__ (warning: the format is quite complicated) + `__ + (warning: the format is quite complicated, see `examples `__) or the simpler `TZ database name `__ in the form - /. ESPHome tries to automatically infer the time zone string based on the time zone of the computer + :code:`/`. ESPHome tries to automatically infer the time zone string based on the time zone of the computer that is running ESPHome, but this might not always be accurate. - **on_time** (*Optional*, :ref:`Automation `): Automation to run at specific intervals using a cron-like syntax. See :ref:`time-on_time`.