From dadf4da225ebc358339512742e99be42f6514881 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sun, 17 Feb 2019 10:27:09 +0100 Subject: [PATCH] Fix --- changelog/v1.8.0.rst | 2 +- guides/faq.rst | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog/v1.8.0.rst b/changelog/v1.8.0.rst index 45d54bd8e..f7f0e423f 100644 --- a/changelog/v1.8.0.rst +++ b/changelog/v1.8.0.rst @@ -146,7 +146,7 @@ Other notable changes Breaking Changes **************** -- The :doc:`core configuration ` has been reworked a bit to a) +- The :doc:`core configuration ` has been reworked a bit to a) make using different arduino framework version easier and b) make editing your local esphomelib copy easier. - Light Effects now need to be manually declared in the config and will no longer show up automatically. Please see :ref:`light-effects` diff --git a/guides/faq.rst b/guides/faq.rst index 6ef35a075..549544d99 100644 --- a/guides/faq.rst +++ b/guides/faq.rst @@ -145,7 +145,7 @@ by installing the esphome beta: And for Hass.io, you will see a "ESPHome Beta" Add-On for the beta channel. -The beta docs can be viewed at `https://beta.esphome.io `__ +The beta docs can be viewed at `beta.esphome.io `__ How do I use the latest bleeding edge version? ---------------------------------------------- @@ -161,6 +161,8 @@ To install the dev version of ESPHome: - From docker: Run ``docker pull esphome/esphome:dev`` and use ``esphome/esphome:dev`` in all commands. +The latest dev docs are here: `next.esphome.io `__ + Does ESPHome support [this device/feature]? -------------------------------------------