mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
commit
deb981bfde
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 = 2024.5.0b2
|
PROJECT_NUMBER = 2024.5.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 = 2024.5.0b2
|
ESPHOME_REF = 2024.5.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
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2024.5.0b2
|
2024.5.0b3
|
@ -49,6 +49,9 @@ Beta Changes
|
|||||||
- [ethernet] Use constexpr instead of inline define for KSZ80XX_PC2R_REG_ADDR :esphomepr:`6705` by :ghuser:`jesserockz`
|
- [ethernet] Use constexpr instead of inline define for KSZ80XX_PC2R_REG_ADDR :esphomepr:`6705` by :ghuser:`jesserockz`
|
||||||
- Add PHY register writes to enable external clock on Ethernet with RTL8201 :esphomepr:`6704` by :ghuser:`heythisisnate`
|
- Add PHY register writes to enable external clock on Ethernet with RTL8201 :esphomepr:`6704` by :ghuser:`heythisisnate`
|
||||||
- Bump recommended ESP-IDF to 4.4.7 :esphomepr:`6703` by :ghuser:`bdraco`
|
- Bump recommended ESP-IDF to 4.4.7 :esphomepr:`6703` by :ghuser:`bdraco`
|
||||||
|
- [core] Ensure that a generated ID name is distinct from its type. :esphomepr:`6706` by :ghuser:`clydebarrow`
|
||||||
|
- [color] Fix crash when hex color parses as int, improve error reporting. :esphomepr:`6707` by :ghuser:`clydebarrow`
|
||||||
|
- [github] Fix digest artifact name :esphomepr:`6710` by :ghuser:`jesserockz`
|
||||||
|
|
||||||
All changes
|
All changes
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
@ -186,6 +189,9 @@ All changes
|
|||||||
- [ethernet] Use constexpr instead of inline define for KSZ80XX_PC2R_REG_ADDR :esphomepr:`6705` by :ghuser:`jesserockz`
|
- [ethernet] Use constexpr instead of inline define for KSZ80XX_PC2R_REG_ADDR :esphomepr:`6705` by :ghuser:`jesserockz`
|
||||||
- Add PHY register writes to enable external clock on Ethernet with RTL8201 :esphomepr:`6704` by :ghuser:`heythisisnate`
|
- Add PHY register writes to enable external clock on Ethernet with RTL8201 :esphomepr:`6704` by :ghuser:`heythisisnate`
|
||||||
- Bump recommended ESP-IDF to 4.4.7 :esphomepr:`6703` by :ghuser:`bdraco`
|
- Bump recommended ESP-IDF to 4.4.7 :esphomepr:`6703` by :ghuser:`bdraco`
|
||||||
|
- [core] Ensure that a generated ID name is distinct from its type. :esphomepr:`6706` by :ghuser:`clydebarrow`
|
||||||
|
- [color] Fix crash when hex color parses as int, improve error reporting. :esphomepr:`6707` by :ghuser:`clydebarrow`
|
||||||
|
- [github] Fix digest artifact name :esphomepr:`6710` by :ghuser:`jesserockz`
|
||||||
|
|
||||||
Past Changelogs
|
Past Changelogs
|
||||||
---------------
|
---------------
|
||||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "2024.5"
|
version = "2024.5"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "2024.5.0b2"
|
release = "2024.5.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.
|
||||||
|
@ -259,6 +259,7 @@ Contributors
|
|||||||
- `Chris Feenstra (@cfeenstra1024) <https://github.com/cfeenstra1024>`__
|
- `Chris Feenstra (@cfeenstra1024) <https://github.com/cfeenstra1024>`__
|
||||||
- `Filipe Mendonça (@cfilipem) <https://github.com/cfilipem>`__
|
- `Filipe Mendonça (@cfilipem) <https://github.com/cfilipem>`__
|
||||||
- `cg089 (@cg089) <https://github.com/cg089>`__
|
- `cg089 (@cg089) <https://github.com/cg089>`__
|
||||||
|
- `chbmuc (@chbmuc) <https://github.com/chbmuc>`__
|
||||||
- `Audric Schiltknecht (@chemicalstorm) <https://github.com/chemicalstorm>`__
|
- `Audric Schiltknecht (@chemicalstorm) <https://github.com/chemicalstorm>`__
|
||||||
- `Charles Johnson (@ChemicalXandco) <https://github.com/ChemicalXandco>`__
|
- `Charles Johnson (@ChemicalXandco) <https://github.com/ChemicalXandco>`__
|
||||||
- `chiahsing (@chiahsing) <https://github.com/chiahsing>`__
|
- `chiahsing (@chiahsing) <https://github.com/chiahsing>`__
|
||||||
@ -591,6 +592,7 @@ Contributors
|
|||||||
- `HengYongChao (@HengYongChao) <https://github.com/HengYongChao>`__
|
- `HengYongChao (@HengYongChao) <https://github.com/HengYongChao>`__
|
||||||
- `Hermann Kraus (@herm) <https://github.com/herm>`__
|
- `Hermann Kraus (@herm) <https://github.com/herm>`__
|
||||||
- `Herr Frei (@herrfrei) <https://github.com/herrfrei>`__
|
- `Herr Frei (@herrfrei) <https://github.com/herrfrei>`__
|
||||||
|
- `Nate Clark (@heythisisnate) <https://github.com/heythisisnate>`__
|
||||||
- `highground88 (@highground88) <https://github.com/highground88>`__
|
- `highground88 (@highground88) <https://github.com/highground88>`__
|
||||||
- `hindenbugbite (@hindenbugbite) <https://github.com/hindenbugbite>`__
|
- `hindenbugbite (@hindenbugbite) <https://github.com/hindenbugbite>`__
|
||||||
- `Hobby Components (@HobbyComponents) <https://github.com/HobbyComponents>`__
|
- `Hobby Components (@HobbyComponents) <https://github.com/HobbyComponents>`__
|
||||||
|
Loading…
Reference in New Issue
Block a user