Document host time (#3909)

This commit is contained in:
Clyde Stubbs 2024-06-04 13:09:49 +10:00 committed by GitHub
parent bb460cd41d
commit a2fbd43080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 23 additions and 1 deletions

View File

@ -1,4 +1,4 @@
HOST Platform
Host Platform
=============
.. seo::
@ -35,4 +35,5 @@ See Also
--------
- :doc:`esphome`
- :doc:`/components/time/host`
- :ghedit:`Edit`

21
components/time/host.rst Normal file
View File

@ -0,0 +1,21 @@
Host Time Source
================
.. code-block:: yaml
# Example configuration entry
time:
- platform: host
id: sntp_time
timezone: Europe/Sofia
Configuration variables
-----------------------
All options from :ref:`base_time_config`.
See Also
--------
- :doc:`/components/host`
- :ghedit:`Edit`