From 150d149d6008ce3e209e4e0796964fbfe62f536e Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 23 Dec 2022 11:57:01 +1300 Subject: [PATCH] Restructure time docs into its own folder and split (#2566) --- changelog/v1.10.0.rst | 2 +- components/climate/bedjet.rst | 2 +- components/display/pvvx_mithermometer.rst | 2 +- components/gps.rst | 8 +- components/index.rst | 2 + components/time/ds1307.rst | 99 +++++++++++++ components/time/gps.rst | 23 ++++ components/time/homeassistant.rst | 24 ++++ components/{time.rst => time/index.rst} | 160 ++-------------------- components/time/sntp.rst | 34 +++++ components/tuya.rst | 2 +- index.rst | 12 +- 12 files changed, 210 insertions(+), 160 deletions(-) create mode 100644 components/time/ds1307.rst create mode 100644 components/time/gps.rst create mode 100644 components/time/homeassistant.rst rename components/{time.rst => time/index.rst} (79%) create mode 100644 components/time/sntp.rst diff --git a/changelog/v1.10.0.rst b/changelog/v1.10.0.rst index b2cf21eec..f82f675bb 100644 --- a/changelog/v1.10.0.rst +++ b/changelog/v1.10.0.rst @@ -142,7 +142,7 @@ Other notable changes: ``esphomeyaml.includes`` and ``esphomeyaml.platformio_options`` (:doc:`/components/esphome`) - Saved a lot of flash space on ESP8266 boards. Previously, platformio would allocate about 1/4 of flash for SPIFFS, but esphomelib doesn't use that so now you have that as extra storage. Thanks `@brandond ` -- You can now use Home Assistant to get time in ESPHome, so no more need for SNTP. See :ref:`time`. +- You can now use Home Assistant to get time in ESPHome, so no more need for SNTP. See :doc:`/components/time/index`. Release 1.10.1 - January 13 --------------------------- diff --git a/components/climate/bedjet.rst b/components/climate/bedjet.rst index 7e4c3ee57..b092eaf61 100644 --- a/components/climate/bedjet.rst +++ b/components/climate/bedjet.rst @@ -43,7 +43,7 @@ Configuration variables: - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. - **ble_client_id** (**Required**, :ref:`config-id`): The ID of the BLE Client. -- **time_id** (*Optional*, :ref:`config-id`): The ID of a :ref:`Time Component