diff --git a/esphomeyaml/changelog/v1.10.0.rst b/esphomeyaml/changelog/v1.10.0.rst index f03371e0e..c29fde783 100644 --- a/esphomeyaml/changelog/v1.10.0.rst +++ b/esphomeyaml/changelog/v1.10.0.rst @@ -118,7 +118,7 @@ Breaking Changes # other settings update_interval: 15s filters: - - sliding_window_moving_average: + - sliding_window_moving_average: {} - The fastled effects have been renamed to ``addressable_`` for the new :doc:`Neopixelbus ` integration. See the validation error message diff --git a/esphomeyaml/components/api.rst b/esphomeyaml/components/api.rst index 1e1c6ed7a..f7b02bd9a 100644 --- a/esphomeyaml/components/api.rst +++ b/esphomeyaml/components/api.rst @@ -102,6 +102,9 @@ You can repeat these steps for all your nodes, or convert them over to the new n you'll already see the ESP as a suggestion to be configured. But if you're having issues with that, you can always manually set up an ESPHome device using "Set up a new integration" -> "ESPHome". +9. Now you can remove ``mqtt:`` from your ESPHome configuration. You don't have to, but doing so will + free up resources (of which these ESPs don't have too much). + .. _api-homeassistant_service_action: ``homeassistant.service`` Action