mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-02 04:01:52 +01:00
commit
e2c323e9a2
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 = 2022.4.0b2
|
PROJECT_NUMBER = 2022.4.0b3
|
||||||
|
|
||||||
# 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 = 2022.4.0b2
|
ESPHOME_REF = 2022.4.0b3
|
||||||
|
|
||||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 71 KiB |
@ -1 +1 @@
|
|||||||
2022.4.0b2
|
2022.4.0b3
|
@ -142,6 +142,8 @@ Beta Changes
|
|||||||
- Changes accuracy of single cell voltage :esphomepr:`3387` by :ghuser:`matthias882`
|
- Changes accuracy of single cell voltage :esphomepr:`3387` by :ghuser:`matthias882`
|
||||||
- Add support for Shelly Dimmer 2 :esphomepr:`2954` by :ghuser:`rnauber` (new-integration)
|
- Add support for Shelly Dimmer 2 :esphomepr:`2954` by :ghuser:`rnauber` (new-integration)
|
||||||
- Allocate smaller amount of buffer for JSON :esphomepr:`3384` by :ghuser:`dz0ny`
|
- Allocate smaller amount of buffer for JSON :esphomepr:`3384` by :ghuser:`dz0ny`
|
||||||
|
- Fix power_delivered/produced_phase sensor deviceclass in DSMR :esphomepr:`3395` by :ghuser:`mvdwetering`
|
||||||
|
- Shelly Dimmer: Delete obsolete LICENSE.txt :esphomepr:`3394` by :ghuser:`rnauber`
|
||||||
|
|
||||||
All changes
|
All changes
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
@ -201,6 +203,8 @@ All changes
|
|||||||
- Changes accuracy of single cell voltage :esphomepr:`3387` by :ghuser:`matthias882`
|
- Changes accuracy of single cell voltage :esphomepr:`3387` by :ghuser:`matthias882`
|
||||||
- Add support for Shelly Dimmer 2 :esphomepr:`2954` by :ghuser:`rnauber` (new-integration)
|
- Add support for Shelly Dimmer 2 :esphomepr:`2954` by :ghuser:`rnauber` (new-integration)
|
||||||
- Allocate smaller amount of buffer for JSON :esphomepr:`3384` by :ghuser:`dz0ny`
|
- Allocate smaller amount of buffer for JSON :esphomepr:`3384` by :ghuser:`dz0ny`
|
||||||
|
- Fix power_delivered/produced_phase sensor deviceclass in DSMR :esphomepr:`3395` by :ghuser:`mvdwetering`
|
||||||
|
- Shelly Dimmer: Delete obsolete LICENSE.txt :esphomepr:`3394` by :ghuser:`rnauber`
|
||||||
|
|
||||||
Past Changelogs
|
Past Changelogs
|
||||||
---------------
|
---------------
|
||||||
|
2
conf.py
2
conf.py
@ -68,7 +68,7 @@ author = "ESPHome"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "2022.4"
|
version = "2022.4"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "2022.4.0b2"
|
release = "2022.4.0b3"
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -352,6 +352,7 @@ Contributors
|
|||||||
- `Jas Strong (@jasstrong) <https://github.com/jasstrong>`__
|
- `Jas Strong (@jasstrong) <https://github.com/jasstrong>`__
|
||||||
- `Jonas Bergler (@jbergler) <https://github.com/jbergler>`__
|
- `Jonas Bergler (@jbergler) <https://github.com/jbergler>`__
|
||||||
- `JbLb (@jblb) <https://github.com/jblb>`__
|
- `JbLb (@jblb) <https://github.com/jblb>`__
|
||||||
|
- `Jonathan Burns (@jburns20) <https://github.com/jburns20>`__
|
||||||
- `James Callaghan (@jcallaghan) <https://github.com/jcallaghan>`__
|
- `James Callaghan (@jcallaghan) <https://github.com/jcallaghan>`__
|
||||||
- `Josh Willox (@jcwillox) <https://github.com/jcwillox>`__
|
- `Josh Willox (@jcwillox) <https://github.com/jcwillox>`__
|
||||||
- `jddonovan (@jddonovan) <https://github.com/jddonovan>`__
|
- `jddonovan (@jddonovan) <https://github.com/jddonovan>`__
|
||||||
@ -523,6 +524,7 @@ Contributors
|
|||||||
- `MrZetor (@MrZetor) <https://github.com/MrZetor>`__
|
- `MrZetor (@MrZetor) <https://github.com/MrZetor>`__
|
||||||
- `mtl010957 (@mtl010957) <https://github.com/mtl010957>`__
|
- `mtl010957 (@mtl010957) <https://github.com/mtl010957>`__
|
||||||
- `Murilo (@murilobaliego) <https://github.com/murilobaliego>`__
|
- `Murilo (@murilobaliego) <https://github.com/murilobaliego>`__
|
||||||
|
- `Michel van de Wetering (@mvdwetering) <https://github.com/mvdwetering>`__
|
||||||
- `Michiel van Turnhout (@mvturnho) <https://github.com/mvturnho>`__
|
- `Michiel van Turnhout (@mvturnho) <https://github.com/mvturnho>`__
|
||||||
- `Martin Weinelt (@mweinelt) <https://github.com/mweinelt>`__
|
- `Martin Weinelt (@mweinelt) <https://github.com/mweinelt>`__
|
||||||
- `myhomeiot (@myhomeiot) <https://github.com/myhomeiot>`__
|
- `myhomeiot (@myhomeiot) <https://github.com/myhomeiot>`__
|
||||||
@ -726,7 +728,6 @@ Contributors
|
|||||||
- `TBobsin (@TBobsin) <https://github.com/TBobsin>`__
|
- `TBobsin (@TBobsin) <https://github.com/TBobsin>`__
|
||||||
- `Team Super Panda (@teamsuperpanda) <https://github.com/teamsuperpanda>`__
|
- `Team Super Panda (@teamsuperpanda) <https://github.com/teamsuperpanda>`__
|
||||||
- `Ryan Hoffman (@tekmaven) <https://github.com/tekmaven>`__
|
- `Ryan Hoffman (@tekmaven) <https://github.com/tekmaven>`__
|
||||||
- `Tempura San (@tempura-san) <https://github.com/tempura-san>`__
|
|
||||||
- `testbughub (@testbughub) <https://github.com/testbughub>`__
|
- `testbughub (@testbughub) <https://github.com/testbughub>`__
|
||||||
- `Greg Lincoln (@tetious) <https://github.com/tetious>`__
|
- `Greg Lincoln (@tetious) <https://github.com/tetious>`__
|
||||||
- `Nejc (@thedexboy) <https://github.com/thedexboy>`__
|
- `Nejc (@thedexboy) <https://github.com/thedexboy>`__
|
||||||
@ -759,8 +760,8 @@ Contributors
|
|||||||
- `Tom Price (@tomtom5152) <https://github.com/tomtom5152>`__
|
- `Tom Price (@tomtom5152) <https://github.com/tomtom5152>`__
|
||||||
- `tony (@tony-fav) <https://github.com/tony-fav>`__
|
- `tony (@tony-fav) <https://github.com/tony-fav>`__
|
||||||
- `David Kiliani (@torfbolt) <https://github.com/torfbolt>`__
|
- `David Kiliani (@torfbolt) <https://github.com/torfbolt>`__
|
||||||
- `Teemu Simola (@tpssim) <https://github.com/tpssim>`__
|
|
||||||
- `Felix Eckhofer (@tribut) <https://github.com/tribut>`__
|
- `Felix Eckhofer (@tribut) <https://github.com/tribut>`__
|
||||||
|
- `Trick van Staveren (@trickv) <https://github.com/trickv>`__
|
||||||
- `Tobias (@tripplet) <https://github.com/tripplet>`__
|
- `Tobias (@tripplet) <https://github.com/tripplet>`__
|
||||||
- `Troon (@Troon) <https://github.com/Troon>`__
|
- `Troon (@Troon) <https://github.com/Troon>`__
|
||||||
- `Tyler Bules (@Troublebrewing) <https://github.com/Troublebrewing>`__
|
- `Tyler Bules (@Troublebrewing) <https://github.com/Troublebrewing>`__
|
||||||
@ -780,6 +781,7 @@ Contributors
|
|||||||
- `Nad (@valordk) <https://github.com/valordk>`__
|
- `Nad (@valordk) <https://github.com/valordk>`__
|
||||||
- `André Lademann (@vergissberlin) <https://github.com/vergissberlin>`__
|
- `André Lademann (@vergissberlin) <https://github.com/vergissberlin>`__
|
||||||
- `Víctor Ferrer García (@vicfergar) <https://github.com/vicfergar>`__
|
- `Víctor Ferrer García (@vicfergar) <https://github.com/vicfergar>`__
|
||||||
|
- `Vincèn (@vincegre) <https://github.com/vincegre>`__
|
||||||
- `VitaliyKurokhtin (@VitaliyKurokhtin) <https://github.com/VitaliyKurokhtin>`__
|
- `VitaliyKurokhtin (@VitaliyKurokhtin) <https://github.com/VitaliyKurokhtin>`__
|
||||||
- `voibit (@voibit) <https://github.com/voibit>`__
|
- `voibit (@voibit) <https://github.com/voibit>`__
|
||||||
- `Xuming Feng (@voicevon) <https://github.com/voicevon>`__
|
- `Xuming Feng (@voicevon) <https://github.com/voicevon>`__
|
||||||
@ -818,4 +820,4 @@ Contributors
|
|||||||
- `Michael Labuschke (@zigman79) <https://github.com/zigman79>`__
|
- `Michael Labuschke (@zigman79) <https://github.com/zigman79>`__
|
||||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||||
|
|
||||||
*This page was last updated April 14, 2022.*
|
*This page was last updated April 19, 2022.*
|
||||||
|
Loading…
Reference in New Issue
Block a user