This commit is contained in:
Otto Winter 2019-02-17 10:27:09 +01:00
parent 916407ac22
commit dadf4da225
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 4 additions and 2 deletions

View File

@ -146,7 +146,7 @@ Other notable changes
Breaking Changes
****************
- The :doc:`core configuration </components/esphomeyaml>` has been reworked a bit to a)
- The :doc:`core configuration </components/esphome>` 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`

View File

@ -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 <https://beta.esphome.io>`__
The beta docs can be viewed at `beta.esphome.io <https://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 <https://next.esphome.io/>`__
Does ESPHome support [this device/feature]?
-------------------------------------------