mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-15 01:31:35 +01:00
commit
7d35e2b881
2
Doxygen
2
Doxygen
@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 2021.11.0b5
|
PROJECT_NUMBER = 2021.11.0b6
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
ESPHOME_PATH = ../esphome
|
ESPHOME_PATH = ../esphome
|
||||||
ESPHOME_REF = 2021.11.0b5
|
ESPHOME_REF = 2021.11.0b6
|
||||||
|
|
||||||
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2021.11.0b5
|
2021.11.0b6
|
@ -38,6 +38,15 @@ When: Saturday, December 11, at 11am PST / 8pm CET
|
|||||||
Improv via Serial
|
Improv via Serial
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
<script
|
||||||
|
type="module"
|
||||||
|
src="https://unpkg.com/improv-wifi-serial-sdk@2.0.0/dist/web/serial-launch-button.js"
|
||||||
|
></script>
|
||||||
|
|
||||||
|
<improv-wifi-serial-launch-button></improv-wifi-serial-launch-button>
|
||||||
|
|
||||||
After we created :doc:`/components/esp32_improv`, we thought it might be a good idea to implement the same for serial connections.
|
After we created :doc:`/components/esp32_improv`, we thought it might be a good idea to implement the same for serial connections.
|
||||||
See the docs here for :doc:`Improv via Serial </components/improv_serial>` and the
|
See the docs here for :doc:`Improv via Serial </components/improv_serial>` and the
|
||||||
`website documentation <https://www.improv-wifi.com/serial/>`__ for implementing a client or implementing improv in other firmware.
|
`website documentation <https://www.improv-wifi.com/serial/>`__ for implementing a client or implementing improv in other firmware.
|
||||||
@ -123,6 +132,7 @@ Beta fixes
|
|||||||
- RemoteTransmitter fix. Bug from version 2021.10. Some changes. :esphomepr:`2706` by :ghuser:`dudanov`
|
- RemoteTransmitter fix. Bug from version 2021.10. Some changes. :esphomepr:`2706` by :ghuser:`dudanov`
|
||||||
- Fix indentation of write_lambda for modbus_controller number :esphomepr:`2722` by :ghuser:`jesserockz`
|
- Fix indentation of write_lambda for modbus_controller number :esphomepr:`2722` by :ghuser:`jesserockz`
|
||||||
- Remove unnecessary duplicate touch_pad_filter_start :esphomepr:`2724` by :ghuser:`Maelstrom96`
|
- Remove unnecessary duplicate touch_pad_filter_start :esphomepr:`2724` by :ghuser:`Maelstrom96`
|
||||||
|
- Add zeroconf as a direct dependency and lock the version :esphomepr:`2729` by :ghuser:`jesserockz`
|
||||||
|
|
||||||
All changes
|
All changes
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
@ -225,6 +235,7 @@ All changes
|
|||||||
- RemoteTransmitter fix. Bug from version 2021.10. Some changes. :esphomepr:`2706` by :ghuser:`dudanov`
|
- RemoteTransmitter fix. Bug from version 2021.10. Some changes. :esphomepr:`2706` by :ghuser:`dudanov`
|
||||||
- Fix indentation of write_lambda for modbus_controller number :esphomepr:`2722` by :ghuser:`jesserockz`
|
- Fix indentation of write_lambda for modbus_controller number :esphomepr:`2722` by :ghuser:`jesserockz`
|
||||||
- Remove unnecessary duplicate touch_pad_filter_start :esphomepr:`2724` by :ghuser:`Maelstrom96`
|
- Remove unnecessary duplicate touch_pad_filter_start :esphomepr:`2724` by :ghuser:`Maelstrom96`
|
||||||
|
- Add zeroconf as a direct dependency and lock the version :esphomepr:`2729` by :ghuser:`jesserockz`
|
||||||
|
|
||||||
Past Changelogs
|
Past Changelogs
|
||||||
---------------
|
---------------
|
||||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "Otto Winter"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "2021.11"
|
version = "2021.11"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "2021.11.0b5"
|
release = "2021.11.0b6"
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -415,6 +415,7 @@ Contributors
|
|||||||
- `M95D (@M95D) <https://github.com/M95D>`__
|
- `M95D (@M95D) <https://github.com/M95D>`__
|
||||||
- `Marc-Antoine Courteau (@macourteau) <https://github.com/macourteau>`__
|
- `Marc-Antoine Courteau (@macourteau) <https://github.com/macourteau>`__
|
||||||
- `Massimiliano Ravelli (@madron) <https://github.com/madron>`__
|
- `Massimiliano Ravelli (@madron) <https://github.com/madron>`__
|
||||||
|
- `Alexandre-Jacques St-Jacques (@Maelstrom96) <https://github.com/Maelstrom96>`__
|
||||||
- `magnus (@magnusja) <https://github.com/magnusja>`__
|
- `magnus (@magnusja) <https://github.com/magnusja>`__
|
||||||
- `Magnus Øverli (@magnusoverli) <https://github.com/magnusoverli>`__
|
- `Magnus Øverli (@magnusoverli) <https://github.com/magnusoverli>`__
|
||||||
- `Major Péter (@majorpeter) <https://github.com/majorpeter>`__
|
- `Major Péter (@majorpeter) <https://github.com/majorpeter>`__
|
||||||
@ -751,4 +752,4 @@ Contributors
|
|||||||
- `ZTX18 (@ZTX18) <https://github.com/ZTX18>`__
|
- `ZTX18 (@ZTX18) <https://github.com/ZTX18>`__
|
||||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||||
|
|
||||||
*This page was last updated November 15, 2021.*
|
*This page was last updated November 16, 2021.*
|
||||||
|
Loading…
Reference in New Issue
Block a user