mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-07 09:43:08 +01:00
24 lines
345 B
ReStructuredText
24 lines
345 B
ReStructuredText
|
GPS Time Source
|
||
|
===============
|
||
|
|
||
|
You first need to set up the :doc:`GPS </components/gps>` component.
|
||
|
|
||
|
.. code-block:: yaml
|
||
|
|
||
|
# Example configuration entry
|
||
|
time:
|
||
|
- platform: gps
|
||
|
id: gps_time
|
||
|
|
||
|
|
||
|
Configuration variables
|
||
|
-----------------------
|
||
|
|
||
|
- All options from :ref:`base_time_config`.
|
||
|
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
- :ghedit:`Edit`
|