mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
commit
b0e3916a45
2
Doxygen
2
Doxygen
@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 2022.6.0b1
|
||||
PROJECT_NUMBER = 2022.6.0b2
|
||||
|
||||
# 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
|
||||
|
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
ESPHOME_PATH = ../esphome
|
||||
ESPHOME_REF = 2022.6.0b1
|
||||
ESPHOME_REF = 2022.6.0b2
|
||||
|
||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||
|
||||
@ -48,7 +48,7 @@ netlify-dependencies:
|
||||
copy-svg2png:
|
||||
cp svg2png/*.png _build/html/_images/
|
||||
|
||||
netlify: netlify-dependencies netlify-api html svg2png copy-svg2png
|
||||
netlify: netlify-dependencies netlify-api html copy-svg2png
|
||||
|
||||
lint: html-strict
|
||||
python3 lint.py
|
||||
|
@ -1 +1 @@
|
||||
2022.6.0b1
|
||||
2022.6.0b2
|
@ -107,6 +107,12 @@ Notable Changes
|
||||
|
||||
- Add variable substitutions for !include :esphomepr:`3510` by :ghuser:`jimtng` (notable-change)
|
||||
|
||||
Beta Changes
|
||||
^^^^^^^^^^^^
|
||||
|
||||
- publish fan speed count for discovery :esphomepr:`3537` by :ghuser:`ssieb`
|
||||
- Nextion brightness setting requires an assignment :esphomepr:`3533` by :ghuser:`nagyv`
|
||||
|
||||
All changes
|
||||
^^^^^^^^^^^
|
||||
|
||||
@ -147,6 +153,8 @@ All changes
|
||||
- Fix bogus reading on no communication with MAX31865 :esphomepr:`3505` by :ghuser:`DAVe3283`
|
||||
- Implement the media player actions :esphomepr:`3534` by :ghuser:`jesserockz`
|
||||
- RG15 data is float/double, not int :esphomepr:`3512` by :ghuser:`wtremmel`
|
||||
- publish fan speed count for discovery :esphomepr:`3537` by :ghuser:`ssieb`
|
||||
- Nextion brightness setting requires an assignment :esphomepr:`3533` by :ghuser:`nagyv`
|
||||
|
||||
|
||||
Past Changelogs
|
||||
|
2
conf.py
2
conf.py
@ -68,7 +68,7 @@ author = "ESPHome"
|
||||
# The short X.Y version.
|
||||
version = "2022.6"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2022.6.0b1"
|
||||
release = "2022.6.0b2"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -562,6 +562,7 @@ Contributors
|
||||
- `Kevin Uhlir (@n0bel) <https://github.com/n0bel>`__
|
||||
- `Erik Näsström (@Naesstrom) <https://github.com/Naesstrom>`__
|
||||
- `H. Árkosi Róbert (@nagyrobi) <https://github.com/nagyrobi>`__
|
||||
- `Viktor Nagy (@nagyv) <https://github.com/nagyv>`__
|
||||
- `Oskar Napieraj (@napieraj) <https://github.com/napieraj>`__
|
||||
- `Nate Lust (@natelust) <https://github.com/natelust>`__
|
||||
- `ueno (@nayuta-ueno) <https://github.com/nayuta-ueno>`__
|
||||
@ -685,6 +686,7 @@ Contributors
|
||||
- `Robert Alfaro (@robert-alfaro) <https://github.com/robert-alfaro>`__
|
||||
- `Rob Gridley (@robgridley) <https://github.com/robgridley>`__
|
||||
- `Robin Smidsrød (@robinsmidsrod) <https://github.com/robinsmidsrod>`__
|
||||
- `RoboMagus (@RoboMagus) <https://github.com/RoboMagus>`__
|
||||
- `RockBomber (@RockBomber) <https://github.com/RockBomber>`__
|
||||
- `RoganDawes (@RoganDawes) <https://github.com/RoganDawes>`__
|
||||
- `Roi Tagar (@roitagar) <https://github.com/roitagar>`__
|
||||
@ -810,7 +812,6 @@ Contributors
|
||||
- `Tyler Menezes (@tylermenezes) <https://github.com/tylermenezes>`__
|
||||
- `ukewea (@ukewea) <https://github.com/ukewea>`__
|
||||
- `Unai (@unaiur) <https://github.com/unaiur>`__
|
||||
- `user897943 (@user897943) <https://github.com/user897943>`__
|
||||
- `UT2UH (@UT2UH) <https://github.com/UT2UH>`__
|
||||
- `Vc (@Valcob) <https://github.com/Valcob>`__
|
||||
- `Nad (@valordk) <https://github.com/valordk>`__
|
||||
@ -818,7 +819,6 @@ Contributors
|
||||
- `Víctor Ferrer García (@vicfergar) <https://github.com/vicfergar>`__
|
||||
- `Vincèn (@vincegre) <https://github.com/vincegre>`__
|
||||
- `VitaliyKurokhtin (@VitaliyKurokhtin) <https://github.com/VitaliyKurokhtin>`__
|
||||
- `voibit (@voibit) <https://github.com/voibit>`__
|
||||
- `Xuming Feng (@voicevon) <https://github.com/voicevon>`__
|
||||
- `vxider (@Vxider) <https://github.com/Vxider>`__
|
||||
- `WallyCZ (@WallyCZ) <https://github.com/WallyCZ>`__
|
||||
@ -855,4 +855,4 @@ Contributors
|
||||
- `Michael Labuschke (@zigman79) <https://github.com/zigman79>`__
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
|
||||
*This page was last updated June 8, 2022.*
|
||||
*This page was last updated June 9, 2022.*
|
||||
|
Loading…
Reference in New Issue
Block a user