Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2022-02-21 10:16:56 +13:00
commit db83463e0c
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
9 changed files with 31 additions and 11 deletions

View File

@ -111,6 +111,18 @@ Release 2022.2.1 - February 17
- Fix missed ARDUINO_VERSION_CODE to USE_ARDUINO_VERSION_CODE changes :esphomepr:`3206` by :ghuser:`stewiem2000`
Release 2022.2.2 - February 18
------------------------------
- Set entity-category to diagnostic for debug component :esphomepr:`3209` by :ghuser:`stewiem2000`
- Fix platformio docker version mismstch :esphomepr:`3215` by :ghuser:`OttoWinter`
- Add LONG LONG flag for arduinojson :esphomepr:`3212` by :ghuser:`jesserockz`
Release 2022.2.3 - February 18
------------------------------
- Bump platformio from 5.2.4 to 5.2.5 :esphomepr:`3188` by :ghuser:`dependabot[bot]`
Full list of changes
--------------------

View File

@ -85,7 +85,7 @@ calls straight from ESPHome :ref:`Automations <automation>`.
- homeassistant.service:
service: notify.html5
data:
title: Button was pressed
message: Button was pressed
# With templates and variables
- homeassistant.service:
service: notify.html5
@ -262,7 +262,7 @@ straight from ESPHome :ref:`Automations <automation>`.
- homeassistant.event:
event: esphome.button_pressed
data:
title: Button was pressed
message: Button was pressed
Configuration options:

View File

@ -17,13 +17,13 @@ The ``modbus_controller`` component uses the modbus component
Hardware setup
--------------
I'm using a RS 485 module connected to an ESP32
A RS 485 module connected to an ESP32, for example:
.. figure:: /images/rs485.jpg
See [How is this RS485 Module Working?](https://electronics.stackexchange.com/questions/244425/how-is-this-rs485-module-working) on stackexchange for more details
See `How is this RS485 Module Working? <https://electronics.stackexchange.com/questions/244425/how-is-this-rs485-module-working>`__ on stackexchange for more details
The controller connects to the UART of the MCU. For ESP32 GPIO PIN 16 to TXD PIN 17 to RXD are the default ports but any other pins can be used as well . 3.3V to VCC and GND to GND.
The controller connects to the UART of the MCU. For ESP32 GPIO PIN 16 to TXD PIN 17 to RXD are the default ports but any other pins can be used as well. 3.3V to VCC and GND to GND.
.. note::

View File

@ -67,7 +67,7 @@ Possible return values for the lambda:
- platform: modbus_controller
modbus_controller_id: epever
id: battery_capacity_output
lambda: |-
write_lambda: |-
ESP_LOGD("main","Modbus Output incoming value = %f",x);
uint16_t b_capacity = x ;
payload.push_back(b_capacity);

View File

@ -38,7 +38,8 @@ override them if you want to.
Configuration variables:
- **name** (**Required**, string): The name for the sensor.
- **id** (*Optional*, string): Manually specify the ID for code generation. At least one of **id** and **name** must be specified.
- **name** (*Optional*, string): The name for the sensor. At least one of **id** and **name** must be specified.
- **unit_of_measurement** (*Optional*, string): Manually set the unit
of measurement the sensor should advertise its values with. This does
not actually do any maths (conversion between units).

View File

@ -57,10 +57,10 @@ master_doc = "index"
# General information about the project.
project = "ESPHome"
copyright = "2019, Otto Winter"
copyright = "2022, Nabu Casa"
html_show_copyright = False
html_show_sphinx = False
author = "Otto Winter"
author = "ESPHome"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@ -188,7 +188,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, "esphome.tex", "ESPHome Documentation", "Otto Winter", "manual"),
(master_doc, "esphome.tex", "ESPHome Documentation", author, "manual"),
]
latex_engine = "xelatex"

View File

@ -23,6 +23,7 @@ unless it's truly exceptional, etc.
Blog Posts & Videos
-------------------
- `Build a cheap air quality sensor <https://www.pieterbrinkman.com/2021/02/03/build-a-cheap-air-quality-meter-using-esphome-home-assistant-and-a-particulate-matter-sensor/>`__ by `Pieter <http://www.pieterbrinkman.com>`__
- `Track your water usage using a proximity sensor <https://www.pieterbrinkman.com/2022/02/02/build-a-cheap-water-usage-sensor-using-esphome-home-assistant-and-a-proximity-sensor/>`__ by `Pieter <http://www.pieterbrinkman.com>`__
- `Collecting Temperature Data from ELA Bluetooth Puck with ESPHome <https://blog.weinreich.org/posts/2020/2020-12-14-esphome-ble-ela/>`__ by `lairsdragon <https://www.weinreich.org/>`__
- `Make your fireplace smart (blog series) <http://www.pieterbrinkman.com/category/home-automation/make-your-bellfire-fireplace-smart/>`__ by `Pieter <http://www.pieterbrinkman.com>`__
- `Ultrasonic Salt Level Sensor <https://adonno.com/salt-level-sensor/>`__ by `Adonno <https://adonno.com>`__

View File

@ -241,6 +241,7 @@ Contributors
- `Fabian Affolter (@fabaff) <https://github.com/fabaff>`__
- `Federico Ariel Castagnini (@facastagnini) <https://github.com/facastagnini>`__
- `C W (@fake-name) <https://github.com/fake-name>`__
- `Felix Storm (@felixstorm) <https://github.com/felixstorm>`__
- `Christian Ferbar (@ferbar) <https://github.com/ferbar>`__
- `fkirill (@fkirill) <https://github.com/fkirill>`__
- `Sean Vig (@flacjacket) <https://github.com/flacjacket>`__
@ -485,6 +486,7 @@ Contributors
- `Mikko Tervala (@MikkoTervala) <https://github.com/MikkoTervala>`__
- `MiKuBB (@MiKuBB) <https://github.com/MiKuBB>`__
- `Minideezel (@minideezel) <https://github.com/minideezel>`__
- `mipa87 (@mipa87) <https://github.com/mipa87>`__
- `André Klitzing (@misery) <https://github.com/misery>`__
- `Matthew Edwards (@mje-nz) <https://github.com/mje-nz>`__
- `Maarten (@mjkl-gh) <https://github.com/mjkl-gh>`__
@ -628,6 +630,7 @@ Contributors
- `Robin Smidsrød (@robinsmidsrod) <https://github.com/robinsmidsrod>`__
- `RockBomber (@RockBomber) <https://github.com/RockBomber>`__
- `RoganDawes (@RoganDawes) <https://github.com/RoganDawes>`__
- `Roi Tagar (@roitagar) <https://github.com/roitagar>`__
- `romerod (@romerod) <https://github.com/romerod>`__
- `Jérôme W. (@RomRider) <https://github.com/RomRider>`__
- `Robbie Page (@rorpage) <https://github.com/rorpage>`__
@ -792,6 +795,7 @@ Contributors
- `Zebble (@Zebble) <https://github.com/Zebble>`__
- `ZJY (@zhangjingye03) <https://github.com/zhangjingye03>`__
- `San (@zhujunsan) <https://github.com/zhujunsan>`__
- `Michael Labuschke (@zigman79) <https://github.com/zigman79>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated February 17, 2022.*
*This page was last updated February 18, 2022.*

View File

@ -493,6 +493,8 @@ Button Components
Template Button, components/button/template, description.svg
Generic Output Button, components/button/output, upload.svg
Restart Button, components/button/restart, restart.svg
Safe Mode Button, components/button/safe_mode, restart-alert.svg
Shutdown Button, components/button/shutdown, power_settings.svg
Wake-on-LAN, components/button/wake_on_lan, power_settings.svg
Fan Components