mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-10 10:11:29 +01:00
Add TZ timezone string examples (#2806)
This commit is contained in:
parent
a85e13f9ff
commit
dcd8c1d058
@ -21,9 +21,10 @@ Configuration variables:
|
|||||||
|
|
||||||
- **id** (*Optional*, :ref:`config-id`): Specify the ID of the time for use in lambdas.
|
- **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
|
- **timezone** (*Optional*, string): Manually tell ESPHome what time zone to use with `this format
|
||||||
<https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html>`__ (warning: the format is quite complicated)
|
<https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html>`__
|
||||||
|
(warning: the format is quite complicated, see `examples <https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv>`__)
|
||||||
or the simpler `TZ database name <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>`__ in the form
|
or the simpler `TZ database name <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>`__ in the form
|
||||||
<Region>/<City>. ESPHome tries to automatically infer the time zone string based on the time zone of the computer
|
:code:`<Region>/<City>`. 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.
|
that is running ESPHome, but this might not always be accurate.
|
||||||
- **on_time** (*Optional*, :ref:`Automation <automation>`): Automation to run at specific intervals using
|
- **on_time** (*Optional*, :ref:`Automation <automation>`): Automation to run at specific intervals using
|
||||||
a cron-like syntax. See :ref:`time-on_time`.
|
a cron-like syntax. See :ref:`time-on_time`.
|
||||||
|
Loading…
Reference in New Issue
Block a user