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