mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-08 09:52:07 +01:00
commit
dab16595d4
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 = 2023.6.2
|
||||
PROJECT_NUMBER = 2023.6.3
|
||||
|
||||
# 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
|
||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
ESPHOME_PATH = ../esphome
|
||||
ESPHOME_REF = 2023.6.2
|
||||
ESPHOME_REF = 2023.6.3
|
||||
|
||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2023.6.2
|
||||
2023.6.3
|
@ -61,6 +61,15 @@ Release 2023.6.2 - June 23
|
||||
- remove unused static declarations :esphomepr:`4993` by :ghuser:`ssieb`
|
||||
- Fix rp2040 pio tool download :esphomepr:`4994` by :ghuser:`jesserockz`
|
||||
|
||||
Release 2023.6.3 - June 28
|
||||
--------------------------
|
||||
|
||||
- Update webserver to 56d73b5 :esphomepr:`5007` by :ghuser:`jesserockz`
|
||||
- Synchronise Device Classes from Home Assistant :esphomepr:`5018` by :ghuser:`esphomebot`
|
||||
- Fixes compressed downloads :esphomepr:`5014` by :ghuser:`fdcastel`
|
||||
- Add CONFIG_BT_BLE_42_FEATURES_SUPPORTED for ble :esphomepr:`5008` by :ghuser:`jesserockz`
|
||||
|
||||
|
||||
Breaking Changes
|
||||
----------------
|
||||
|
||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
||||
# The short X.Y version.
|
||||
version = "2023.6"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2023.6.2"
|
||||
release = "2023.6.3"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -605,6 +605,7 @@ Contributors
|
||||
- `Jens-Christian Skibakk (@jenscski) <https://github.com/jenscski>`__
|
||||
- `Jeremy Willans (@jeremywillans) <https://github.com/jeremywillans>`__
|
||||
- `Jeroen (@jeroen85) <https://github.com/jeroen85>`__
|
||||
- `jerome992 (@jerome992) <https://github.com/jerome992>`__
|
||||
- `Jérôme Laban (@jeromelaban) <https://github.com/jeromelaban>`__
|
||||
- `Jesse Hills (@jesserockz) <https://github.com/jesserockz>`__
|
||||
- `Joel Goguen (@jgoguen) <https://github.com/jgoguen>`__
|
||||
@ -637,6 +638,7 @@ Contributors
|
||||
- `Jonathan Adams (@jonathanadams) <https://github.com/jonathanadams>`__
|
||||
- `Jonathan Treffler (@JonathanTreffler) <https://github.com/JonathanTreffler>`__
|
||||
- `JonnyaiR (@jonnyair) <https://github.com/jonnyair>`__
|
||||
- `Jonny Bergdahl (@jonnybergdahl) <https://github.com/jonnybergdahl>`__
|
||||
- `Jonathan V (@jonofmac) <https://github.com/jonofmac>`__
|
||||
- `Joppy (@JoppyFurr) <https://github.com/JoppyFurr>`__
|
||||
- `Jared Sanson (@jorticus) <https://github.com/jorticus>`__
|
||||
@ -786,7 +788,6 @@ Contributors
|
||||
- `Matthew Donoughe (@mdonoughe) <https://github.com/mdonoughe>`__
|
||||
- `Me No Dev (@me-no-dev) <https://github.com/me-no-dev>`__
|
||||
- `Alexandr Zarubkin (@me21) <https://github.com/me21>`__
|
||||
- `Joseph Mearman (@Mearman) <https://github.com/Mearman>`__
|
||||
- `mechanarchy (@mechanarchy) <https://github.com/mechanarchy>`__
|
||||
- `Bas (@Mechazawa) <https://github.com/Mechazawa>`__
|
||||
- `mecparts (@mecparts) <https://github.com/mecparts>`__
|
||||
@ -1216,4 +1217,4 @@ Contributors
|
||||
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
|
||||
*This page was last updated June 23, 2023.*
|
||||
*This page was last updated June 28, 2023.*
|
||||
|
Loading…
Reference in New Issue
Block a user