From 7637e2b552372f9f6bfdc13d067d013376bf119b Mon Sep 17 00:00:00 2001 From: gitolicious Date: Mon, 15 Apr 2019 22:04:37 +0200 Subject: [PATCH 01/17] Added Gitpod documentation (#225) * Added Gitpod documentation * Adapted gitpod description * Line break --- guides/contributing.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/guides/contributing.rst b/guides/contributing.rst index 671a4d76d..9cffb6551 100644 --- a/guides/contributing.rst +++ b/guides/contributing.rst @@ -531,6 +531,32 @@ it in the configuration. Specifically, it may contain these fields: Run ``pip2 install -e .`` to install a development version of ESPHome. +ESPHome via Gitpod +****************** + +An alternative to a local checkout and build is doing so via `Gitpod `__. +ESPHome will be installed for you and the dashboard wizard will run on startup. + +You can also run the steps manually. + +.. code-block:: bash + + python setup.py install + +To start a command line wizard, run + +.. code-block:: bash + + python esphome my_configuration.yaml wizard + +To get the web-based dashboard, use + +.. code-block:: bash + + python esphome my_configuration.yaml dashboard + +and allow exposing the web app at port 6052. + See Also -------- From 3f75ea95ed5f3693d5f0c8d8ccda2ff06c2418c3 Mon Sep 17 00:00:00 2001 From: gitolicious Date: Mon, 15 Apr 2019 22:06:35 +0200 Subject: [PATCH 02/17] Fixed lint and ref errors (#228) * Added newline to fix lint error * Fixed lambda calls ref errors --- components/binary_sensor/index.rst | 2 ++ components/cover/index.rst | 1 + components/sensor/index.rst | 2 ++ components/switch/index.rst | 2 ++ components/text_sensor/index.rst | 2 ++ guides/automations.rst | 2 +- 6 files changed, 10 insertions(+), 1 deletion(-) diff --git a/components/binary_sensor/index.rst b/components/binary_sensor/index.rst index 269a9d043..9e727c5f8 100644 --- a/components/binary_sensor/index.rst +++ b/components/binary_sensor/index.rst @@ -305,6 +305,8 @@ This :ref:`Condition ` checks if the given binary sensor is ON id: my_binary_sensor for: 5s +.. _binary_sensor-lambda_calls: + lambda calls ************ diff --git a/components/cover/index.rst b/components/cover/index.rst index 90bf8dc69..8441adf0b 100644 --- a/components/cover/index.rst +++ b/components/cover/index.rst @@ -72,6 +72,7 @@ This action stops the cover with the given ID when executed. id(cover_1).stop(); +.. _cover-lambda_calls: lambda calls ------------ diff --git a/components/sensor/index.rst b/components/sensor/index.rst index afa9b6b3d..ac3d9e036 100644 --- a/components/sensor/index.rst +++ b/components/sensor/index.rst @@ -399,6 +399,8 @@ Configuration variables: - **above** (*Optional*, float): The minimum for the condition. - **below** (*Optional*, float): The maximum for the condition. +.. _sensor-lambda_calls: + lambda calls ************ diff --git a/components/switch/index.rst b/components/switch/index.rst index 78fe4cce5..1aeea62af 100644 --- a/components/switch/index.rst +++ b/components/switch/index.rst @@ -93,6 +93,8 @@ This :ref:`Condition ` checks if the given switch is ON (or OF # Same syntax for is_off switch.is_on: my_switch +.. _switch-lambda_calls: + lambda calls ************ diff --git a/components/text_sensor/index.rst b/components/text_sensor/index.rst index 994928a63..6ecf5b809 100644 --- a/components/text_sensor/index.rst +++ b/components/text_sensor/index.rst @@ -62,6 +62,8 @@ In :ref:`Lambdas ` you can get the value from the trigger with `` Configuration variables: See :ref:`Automation `. +.. _text_sensor-lambda_calls: + lambda calls ************ diff --git a/guides/automations.rst b/guides/automations.rst index 288d79bf8..6bdb57fa0 100644 --- a/guides/automations.rst +++ b/guides/automations.rst @@ -364,7 +364,7 @@ All Lambda Calls - :ref:`Sensor ` - :ref:`Binary Sensor ` - :ref:`Switch ` -- :ref:`Display ` +- :ref:`Display ` - :ref:`Cover ` - :ref:`Text Sensor ` - :ref:`Stepper ` From 59301789cbbcbb098ca77fb3113fe97212fdcf94 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Mon, 15 Apr 2019 22:09:38 +0200 Subject: [PATCH 03/17] Update supporters.rst --- guides/supporters.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index edaca9559..68d86cef6 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -50,6 +50,7 @@ You guys are awesome! - Daan Damhuis - Dennis Münchgesang - DrZzs +- fabi Contributors @@ -62,7 +63,7 @@ that have made it into the `ESPHome organization's ` Author & Main Developer *********************** -- `Otto Winter (@OttoWinter) `__ - 1556 contributions +- `Otto Winter (@OttoWinter) `__ - 1570 contributions Contributors ************ @@ -70,6 +71,7 @@ Contributors (in alphabetical order) - `2016for (@2016for) `__ - 1 contribution +- `Aalian Khan (@AalianKhan) `__ - 2 contributions - `Alexandre Danault (@AlexDanault) `__ - 1 contribution - `Rutger Nijhuis (@BananaPukeh) `__ - 1 contribution - `Bierchermuesli (@Bierchermuesli) `__ - 1 contribution @@ -91,6 +93,7 @@ Contributors - `Florian Mösch (@badbadc0ffee) `__ - 4 contributions - `balk77 (@balk77) `__ - 1 contribution - `Paulus Schoutsen (@balloob) `__ - 1 contribution +- `Patrik Hermansson (@bphermansson) `__ - 1 contribution - `Brandon Davidson (@brandond) `__ - 11 contributions - `brianrjones69 (@brianrjones69) `__ - 1 contribution - `chris-jennings (@chris-jennings) `__ - 1 contribution @@ -114,6 +117,7 @@ Contributors - `Ivan Kravets (@ivankravets) `__ - 1 contribution - `Jan Pieper (@janpieper) `__ - 2 contributions - `JbLb (@jblb) `__ - 1 contribution +- `jcullen86 (@jcullen86) `__ - 1 contribution - `Joshua Dadswell (@jdads1) `__ - 1 contribution - `Jesse Hills (@jesserockz) `__ - 3 contributions - `John Erik Halse (@johnerikhalse) `__ - 1 contribution @@ -123,6 +127,7 @@ Contributors - `Lazar Obradovic (@lobradov) `__ - 3 contributions - `Lewis Juggins (@lwis) `__ - 1 contribution - `Magnus Øverli (@magnusoverli) `__ - 1 contribution +- `MeIchthys (@meichthys) `__ - 1 contribution - `meijerwynand (@meijerwynand) `__ - 2 contributions - `mjoshd (@mjoshd) `__ - 2 contributions - `Matt N. (@mnoorenberghe) `__ - 1 contribution @@ -144,6 +149,7 @@ Contributors - `r-jordan (@r-jordan) `__ - 1 contribution - `Pär Stålberg (@rabbadab) `__ - 1 contribution - `Robbie Page (@rorpage) `__ - 1 contribution +- `sethcohn (@sethcohn) `__ - 1 contribution - `Emanuele Tessore (@setola) `__ - 1 contribution - `sherbang (@sherbang) `__ - 4 contributions - `thubot (@thubot) `__ - 1 contribution @@ -155,4 +161,4 @@ Contributors - `Vladimir Eremin (@yottatsa) `__ - 1 contribution - `YuanL.Lee (@yuanl) `__ - 1 contribution -*This page was last updated Sun Apr 7 12:19:13 2019 UTC.* +*This page was last updated Mon Apr 15 20:09:38 2019 UTC.* From 098a51b7de9d3630bb6649e81758313079ee9def Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 16 Apr 2019 18:09:25 +0200 Subject: [PATCH 04/17] Update xiaomi_miflora.rst --- components/sensor/xiaomi_miflora.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/sensor/xiaomi_miflora.rst b/components/sensor/xiaomi_miflora.rst index 711f302e4..31ea24696 100644 --- a/components/sensor/xiaomi_miflora.rst +++ b/components/sensor/xiaomi_miflora.rst @@ -65,6 +65,10 @@ Configuration variables: - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. - All other options from :ref:`Sensor `. +.. note:: + + The ``battery_level`` does not appear to work with some firmware versions of the device (the other sensors + do work though). See https://github.com/esphome/issues/issues/107#issuecomment-483693214 for more information. Setting Up Devices ------------------ From 41c084d6cd6102ab688adb1ae8a327f0de9ac86f Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 16 Apr 2019 18:10:00 +0200 Subject: [PATCH 05/17] Update xiaomi_miflora.rst --- components/sensor/xiaomi_miflora.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/xiaomi_miflora.rst b/components/sensor/xiaomi_miflora.rst index 31ea24696..7c5c9a7d2 100644 --- a/components/sensor/xiaomi_miflora.rst +++ b/components/sensor/xiaomi_miflora.rst @@ -68,7 +68,7 @@ Configuration variables: .. note:: The ``battery_level`` does not appear to work with some firmware versions of the device (the other sensors - do work though). See https://github.com/esphome/issues/issues/107#issuecomment-483693214 for more information. + do work though). See https://github.com/esphome/issues/issues/107 for more information. Setting Up Devices ------------------ From 17a11ac304c2084b81fec7e47b867cb9962d27b9 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Mon, 22 Apr 2019 16:14:00 +0200 Subject: [PATCH 06/17] Update supporters.rst --- guides/supporters.rst | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 68d86cef6..67892e50f 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -38,19 +38,22 @@ Patrons People that support ESPHome's development over `Patreon `__. You guys are awesome! -- Nick Rout -- Kenvase -- Magnus Overli -- Dattas Moonchaser -- Intermittent Technology - Andrea Donno -- Ryan Bahm -- Jung Ervin - Book of the Future - Daan Damhuis +- Dattas Moonchaser - Dennis Münchgesang - DrZzs - fabi +- Intermittent Technology +- Jung Ervin +- Kenvase +- Magnus Overli +- Nick Rout +- Paul Krischer +- Paul Morley +- Ryan +- Ryan Bahm Contributors @@ -63,7 +66,7 @@ that have made it into the `ESPHome organization's ` Author & Main Developer *********************** -- `Otto Winter (@OttoWinter) `__ - 1570 contributions +- `Otto Winter (@OttoWinter) `__ - 1578 contributions Contributors ************ @@ -110,6 +113,7 @@ Contributors - `escoand (@escoand) `__ - 5 contributions - `Malte Franken (@exxamalte) `__ - 2 contributions - `Fabian Affolter (@fabaff) `__ - 10 contributions +- `gitolicious (@gitolicious) `__ - 3 contributions - `The Gitter Badger (@gitter-badger) `__ - 1 contribution - `Guillermo Ruffino (@glmnet) `__ - 1 contribution - `Antoine GRÉA (@grea09) `__ - 3 contributions @@ -122,6 +126,7 @@ Contributors - `Jesse Hills (@jesserockz) `__ - 3 contributions - `John Erik Halse (@johnerikhalse) `__ - 1 contribution - `JonnyaiR (@jonnyair) `__ - 2 contributions +- `kimonm (@kimonm) `__ - 1 contribution - `Ken Davidson (@kwdavidson) `__ - 1 contribution - `Jeppe Ladefoged (@ladefoged81) `__ - 2 contributions - `Lazar Obradovic (@lobradov) `__ - 3 contributions @@ -161,4 +166,4 @@ Contributors - `Vladimir Eremin (@yottatsa) `__ - 1 contribution - `YuanL.Lee (@yuanl) `__ - 1 contribution -*This page was last updated Mon Apr 15 20:09:38 2019 UTC.* +*This page was last updated Mon Apr 22 14:14:00 2019 UTC.* From ef078d63d8cbf4526fcccf2448ddb46ceccc5f8f Mon Sep 17 00:00:00 2001 From: gitolicious Date: Mon, 22 Apr 2019 16:22:46 +0200 Subject: [PATCH 07/17] Create .gitpod.yml (#226) Add Gitpod configuration --- .gitpod.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..b7d6d5eb2 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,7 @@ +ports: +- port: 8000 + onOpen: open-preview + +tasks: +- before: pip3 install -r requirements.txt + command: make webserver From 0f5c202cddf8c2ec536d28843dd68a11b82ded2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20N=C3=A4sstr=C3=B6m?= Date: Wed, 24 Apr 2019 14:00:09 +0200 Subject: [PATCH 08/17] Add esp32_camera ttgo-camera example (#231) * Update esp32_camera.rst * Update esp32_camera.rst --- components/esp32_camera.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/components/esp32_camera.rst b/components/esp32_camera.rst index fddd055df..6997d460b 100644 --- a/components/esp32_camera.rst +++ b/components/esp32_camera.rst @@ -170,6 +170,30 @@ Configuration for Wrover Kit Boards name: My Camera # ... +Configuration for TTGO T-Camera +------------------------------- + +.. code-block:: yaml + + # Example configuration entry + esp32_camera: + external_clock: + pin: GPIO32 + frequency: 20MHz + i2c_pins: + sda: GPIO13 + scl: GPIO12 + data_pins: [GPIO5, GPIO14, GPIO4, GPIO15, GPIO18, GPIO23, GPIO36, GPIO39] + vsync_pin: GPIO27 + href_pin: GPIO25 + pixel_clock_pin: GPIO19 + power_down_pin: GPIO26 + + # Image settings + name: My Camera + # ... + + See Also -------- From 8e954e035144cda7ae50b706a8b5177731bab3f0 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Wed, 24 Apr 2019 14:15:41 +0200 Subject: [PATCH 09/17] Update supporters.rst --- guides/supporters.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 67892e50f..a1679d619 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -52,6 +52,7 @@ You guys are awesome! - Nick Rout - Paul Krischer - Paul Morley +- Roman Priesol - Ryan - Ryan Bahm @@ -66,7 +67,7 @@ that have made it into the `ESPHome organization's ` Author & Main Developer *********************** -- `Otto Winter (@OttoWinter) `__ - 1578 contributions +- `Otto Winter (@OttoWinter) `__ - 1581 contributions Contributors ************ @@ -84,6 +85,7 @@ Contributors - `Fredrik Lindqvist (@Landrash) `__ - 1 contribution - `Marco (@Melkor82) `__ - 2 contributions - `Mynasru (@Mynasru) `__ - 2 contributions +- `Erik Näsström (@Naesstrom) `__ - 1 contribution - `Jérôme W. (@RomRider) `__ - 1 contribution - `Taigar2015 (@Taigar2015) `__ - 1 contribution - `Spencer Hachmeister (@TheHackmeister) `__ - 1 contribution @@ -113,7 +115,7 @@ Contributors - `escoand (@escoand) `__ - 5 contributions - `Malte Franken (@exxamalte) `__ - 2 contributions - `Fabian Affolter (@fabaff) `__ - 10 contributions -- `gitolicious (@gitolicious) `__ - 3 contributions +- `gitolicious (@gitolicious) `__ - 4 contributions - `The Gitter Badger (@gitter-badger) `__ - 1 contribution - `Guillermo Ruffino (@glmnet) `__ - 1 contribution - `Antoine GRÉA (@grea09) `__ - 3 contributions @@ -166,4 +168,4 @@ Contributors - `Vladimir Eremin (@yottatsa) `__ - 1 contribution - `YuanL.Lee (@yuanl) `__ - 1 contribution -*This page was last updated Mon Apr 22 14:14:00 2019 UTC.* +*This page was last updated Wed Apr 24 12:15:41 2019 UTC.* From f0844a50f53aa6401066b85d9cf1f06fa2be4d7d Mon Sep 17 00:00:00 2001 From: Kevin O'Rourke Date: Wed, 1 May 2019 17:15:51 +0200 Subject: [PATCH 10/17] Fix config name for showing previous page (#238) Although the documentation says `show_prev` it's `show_previous` in esphome/components/display/__init__.py and `show_prev` results in a build error: ``` Failed config binary_sensor.gpio: [source badgy.yaml:37] platform: gpio pin: GPIO10 id: joystick_left on_click: [source badgy.yaml:41] then: - [source badgy.yaml:42] Unable to find action with the name 'display.page.show_prev'. display.page.show_prev: my_display [source badgy.yaml:42] - component.update: my_display ``` --- components/display/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/display/index.rst b/components/display/index.rst index 1ce22271f..9f53ae9d6 100644 --- a/components/display/index.rst +++ b/components/display/index.rst @@ -374,13 +374,13 @@ different content, and switch between them on a timer. You can then switch between these with three different actions: -**show_next** / **show_prev**: Shows the next or previous page, wraps around at the end. +**show_next** / **show_previous**: Shows the next or previous page, wraps around at the end. .. code-block:: yaml on_...: - display.page.show_next: my_display - - display.page.show_prev: my_display + - display.page.show_previous: my_display # For example cycle through pages on a timer interval: From e437812ac3f69eb7835a9c150c9672ec80012ed0 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Wed, 1 May 2019 17:23:33 +0200 Subject: [PATCH 11/17] Update supporters.rst --- guides/supporters.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index a1679d619..b4b4ba7ce 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -45,6 +45,7 @@ You guys are awesome! - Dennis Münchgesang - DrZzs - fabi +- Franck Nijhof - Intermittent Technology - Jung Ervin - Kenvase @@ -55,6 +56,7 @@ You guys are awesome! - Roman Priesol - Ryan - Ryan Bahm +- Wojciech Bederski Contributors @@ -67,7 +69,7 @@ that have made it into the `ESPHome organization's ` Author & Main Developer *********************** -- `Otto Winter (@OttoWinter) `__ - 1581 contributions +- `Otto Winter (@OttoWinter) `__ - 1592 contributions Contributors ************ @@ -128,6 +130,7 @@ Contributors - `Jesse Hills (@jesserockz) `__ - 3 contributions - `John Erik Halse (@johnerikhalse) `__ - 1 contribution - `JonnyaiR (@jonnyair) `__ - 2 contributions +- `Kevin O'Rourke (@kevinior) `__ - 1 contribution - `kimonm (@kimonm) `__ - 1 contribution - `Ken Davidson (@kwdavidson) `__ - 1 contribution - `Jeppe Ladefoged (@ladefoged81) `__ - 2 contributions @@ -168,4 +171,4 @@ Contributors - `Vladimir Eremin (@yottatsa) `__ - 1 contribution - `YuanL.Lee (@yuanl) `__ - 1 contribution -*This page was last updated Wed Apr 24 12:15:41 2019 UTC.* +*This page was last updated Wed May 1 15:23:32 2019 UTC.* From 679e39f7ff9b6bfc8a58490b2ab0b97b651fe849 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Wed, 1 May 2019 17:53:17 +0200 Subject: [PATCH 12/17] Add MiFlora firmware version comment See https://github.com/esphome/issues/issues/260#issuecomment-487684720 --- components/sensor/xiaomi_miflora.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/sensor/xiaomi_miflora.rst b/components/sensor/xiaomi_miflora.rst index 7c5c9a7d2..b71120679 100644 --- a/components/sensor/xiaomi_miflora.rst +++ b/components/sensor/xiaomi_miflora.rst @@ -67,6 +67,9 @@ Configuration variables: .. note:: + This integration requires the MiFlora device to have a recent firmware version, see + https://github.com/esphome/issues/issues/260#issuecomment-487684720 for more info. + The ``battery_level`` does not appear to work with some firmware versions of the device (the other sensors do work though). See https://github.com/esphome/issues/issues/107 for more information. From f63564d4b0d69f737bc8f163244b9452d91ba50b Mon Sep 17 00:00:00 2001 From: ffabi Date: Wed, 1 May 2019 17:53:42 +0200 Subject: [PATCH 13/17] fixed copy paste error (#237) I assume that the MH-Z19 was from copy pasting the uart part in this page, fixed it to Nextion LCD Display --- components/display/nextion.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/display/nextion.rst b/components/display/nextion.rst index b2c4d1e6f..5cbf2b32d 100644 --- a/components/display/nextion.rst +++ b/components/display/nextion.rst @@ -15,7 +15,7 @@ with ESPHome. Nextion LCD Display. -As the communication with the MH-Z19 is done using UART, you need to have an :ref:`UART bus ` +As the communication with the Nextion LCD display is done using UART, you need to have an :ref:`UART bus ` in your configuration with ``rx_pin`` both the ``tx_pin`` set to the respective pins on the display. Additionally, you need to set the baud rate to 9600. From dcdc46be7fc3c8d2b550885f515e1cdc97262b20 Mon Sep 17 00:00:00 2001 From: EmmanuelLM <32359407+EmmanuelLM@users.noreply.github.com> Date: Wed, 1 May 2019 17:07:15 +0100 Subject: [PATCH 14/17] Update index.rst (#236) Fix turn_on() lambda call doc --- components/switch/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/switch/index.rst b/components/switch/index.rst index 1aeea62af..90d49740f 100644 --- a/components/switch/index.rst +++ b/components/switch/index.rst @@ -121,14 +121,14 @@ advanced stuff (see the full API Reference for more info). // Switch is OFF, do something else here } -- ``turn_off()``/``turn_on``: Manually turn the switch ON/OFF from code. +- ``turn_off()``/``turn_on()``: Manually turn the switch ON/OFF from code. Similar to the ``switch.turn_on`` and ``switch.turn_off`` actions, but can be used in complex lambda expressions. .. code-block:: yaml id(my_switch).turn_off(); - id(my_switch).turn_on(true); + id(my_switch).turn_on(); // Toggle the switch id(my_switch).toggle(); From 856f50642f3395db658445c80c7a2827a8e20c6f Mon Sep 17 00:00:00 2001 From: Eenoo <37449628+Eenoo@users.noreply.github.com> Date: Wed, 1 May 2019 18:51:36 +0100 Subject: [PATCH 15/17] Update h801 cookbook (#235) Update h801 cookbook --- cookbook/h801.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/h801.rst b/cookbook/h801.rst index 691344cf3..513daccea 100644 --- a/cookbook/h801.rst +++ b/cookbook/h801.rst @@ -40,11 +40,11 @@ and the :doc:`ESP8266 Software PWM output ` comp frequency: 1000 Hz id: pwm_b - platform: esp8266_pwm - pin: 15 + pin: 13 frequency: 1000 Hz id: pwm_g - platform: esp8266_pwm - pin: 13 + pin: 15 frequency: 1000 Hz id: pwm_r - platform: esp8266_pwm From 7c5adae39732113e53ad6f2798005cb63a1700c0 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Wed, 8 May 2019 16:37:44 +0300 Subject: [PATCH 16/17] Fix minor typo in ESP32 camera docs (#241) --- components/esp32_camera.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32_camera.rst b/components/esp32_camera.rst index 6997d460b..49da99f6d 100644 --- a/components/esp32_camera.rst +++ b/components/esp32_camera.rst @@ -122,7 +122,7 @@ Configuration for M5Stack Camera This camera board has insufficient cooling and will overheat over time, ESPHome does only activate the camera when Home Assistant requests an image, but - the camera until can still heat up considerably for some boards. + the camera unit can still heat up considerably for some boards. If the camera is not recognized after a reboot and the unit feels warm, try waiting for it to cool down and check again - if that still doesn't work try enabling the test pattern. From 6d3ec98eed0bed9645aea21139ee9229ffff46d9 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 11 May 2019 11:54:48 +0200 Subject: [PATCH 17/17] Update supporters.rst --- guides/supporters.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index b4b4ba7ce..b4ad8a9b7 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -38,6 +38,7 @@ Patrons People that support ESPHome's development over `Patreon `__. You guys are awesome! +- Anders - Andrea Donno - Book of the Future - Daan Damhuis @@ -69,7 +70,7 @@ that have made it into the `ESPHome organization's ` Author & Main Developer *********************** -- `Otto Winter (@OttoWinter) `__ - 1592 contributions +- `Otto Winter (@OttoWinter) `__ - 1610 contributions Contributors ************ @@ -82,6 +83,8 @@ Contributors - `Rutger Nijhuis (@BananaPukeh) `__ - 1 contribution - `Bierchermuesli (@Bierchermuesli) `__ - 1 contribution - `David De Sloovere (@DavidDeSloovere) `__ - 3 contributions +- `Eenoo (@Eenoo) `__ - 1 contribution +- `EmmanuelLM (@EmmanuelLM) `__ - 1 contribution - `FrengerH (@FrengerH) `__ - 2 contributions - `Jimmy Hedman (@HeMan) `__ - 5 contributions - `Fredrik Lindqvist (@Landrash) `__ - 1 contribution @@ -112,12 +115,13 @@ Contributors - `Jiang Sheng (@doskoi) `__ - 1 contribution - `Robert Schütz (@dotlambda) `__ - 3 contributions - `Drew Perttula (@drewp) `__ - 1 contribution -- `Anders Persson (@emwap) `__ - 1 contribution +- `Anders Persson (@emwap) `__ - 4 contributions +- `Nico Weichbrodt (@envy) `__ - 1 contribution - `erazor666 (@erazor666) `__ - 1 contribution - `escoand (@escoand) `__ - 5 contributions - `Malte Franken (@exxamalte) `__ - 2 contributions - `Fabian Affolter (@fabaff) `__ - 10 contributions -- `gitolicious (@gitolicious) `__ - 4 contributions +- `gitolicious (@gitolicious) `__ - 7 contributions - `The Gitter Badger (@gitter-badger) `__ - 1 contribution - `Guillermo Ruffino (@glmnet) `__ - 1 contribution - `Antoine GRÉA (@grea09) `__ - 3 contributions @@ -141,10 +145,11 @@ Contributors - `meijerwynand (@meijerwynand) `__ - 2 contributions - `mjoshd (@mjoshd) `__ - 2 contributions - `Matt N. (@mnoorenberghe) `__ - 1 contribution -- `mtl010957 (@mtl010957) `__ - 3 contributions +- `mtl010957 (@mtl010957) `__ - 4 contributions - `Michiel van Turnhout (@mvturnho) `__ - 5 contributions - `Kevin Uhlir (@n0bel) `__ - 1 contribution - `Alex (@nnmalex) `__ - 1 contribution +- `ffabi (@norges) `__ - 2 contributions - `Greg Johnson (@notgwj) `__ - 1 contribution - `Nuno Sousa (@nunofgs) `__ - 1 contribution - `Oscar Bolmsten (@oscar-b) `__ - 3 contributions @@ -154,10 +159,11 @@ Contributors - `Plácido Revilla (@placidorevilla) `__ - 2 contributions - `DK (@poldim) `__ - 1 contribution - `Leandro Puerari (@puerari) `__ - 1 contribution -- `puuu (@puuu) `__ - 10 contributions +- `puuu (@puuu) `__ - 12 contributions - `Tommy Jonsson (@quazzie) `__ - 1 contribution - `r-jordan (@r-jordan) `__ - 1 contribution - `Pär Stålberg (@rabbadab) `__ - 1 contribution +- `Richard Lewis (@richrd) `__ - 1 contribution - `Robbie Page (@rorpage) `__ - 1 contribution - `sethcohn (@sethcohn) `__ - 1 contribution - `Emanuele Tessore (@setola) `__ - 1 contribution @@ -171,4 +177,4 @@ Contributors - `Vladimir Eremin (@yottatsa) `__ - 1 contribution - `YuanL.Lee (@yuanl) `__ - 1 contribution -*This page was last updated Wed May 1 15:23:32 2019 UTC.* +*This page was last updated Sat May 11 09:54:48 2019 UTC.*