Skip to content

Commit

Permalink
Merge branch 'current' into fix_vbus_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
labodj authored Dec 6, 2024
2 parents 812c7d7 + 1e973ba commit b812668
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 2024.11.1
PROJECT_NUMBER = 2024.11.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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2024.11.1
ESPHOME_REF = 2024.11.3
PAGEFIND_VERSION=1.1.1
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind
Expand Down
2 changes: 1 addition & 1 deletion _static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.11.1
2024.11.3
27 changes: 27 additions & 0 deletions changelog/2024.11.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,33 @@ Release 2024.11.1 - November 22
- Fix for OTA mode not activating in safe_mode when OTA section has an on_xxxx action :esphomepr:`7796` by :ghuser:`Dilbert66`
- Ensure storage I/O for ignored devices runs in the executor :esphomepr:`7792` by :ghuser:`bdraco`

Release 2024.11.2 - November 27
-------------------------------

- [lvgl] Bugfixes :esphomepr:`7803` by :ghuser:`clydebarrow`
- [docker] Leave run-time required libraries installed. :esphomepr:`7804` by :ghuser:`clydebarrow`
- [qspi_dbi] Fix init sequences (Bugfix) :esphomepr:`7805` by :ghuser:`clydebarrow`
- fix modbus crashing when bad data returned :esphomepr:`7810` by :ghuser:`ssieb`
- [Modbus Controller] Fix issue #6477. Online automation triggering Offline :esphomepr:`7801` by :ghuser:`0x3333`
- [fix] Status sensor does not check if required network component is missing :esphomepr:`7734` by :ghuser:`rvalitov`
- keypad binary sensors should be initially off :esphomepr:`7808` by :ghuser:`ssieb`
- fix 32 char SSIDs :esphomepr:`7834` by :ghuser:`ssieb`
- [honeywell] use warning instead of failing :esphomepr:`7862` by :ghuser:`ssieb`

Release 2024.11.3 - December 6
------------------------------

- [opentherm] Fix out of memory errors on ESP8266 :esphomepr:`7835` by :ghuser:`olegtarasov`
- fix local time timestamp calculation :esphomepr:`7807` by :ghuser:`ssieb`
- [online_image]Don't access decoder if not initialized :esphomepr:`7882` by :ghuser:`guillempages`
- Add IRAM_ATTR to all functions used during interrupts on esp8266 chips. :esphomepr:`7840` by :ghuser:`FreeBear-nc`
- [st7920] Remove unnecessary warning when drawing outside display bounds :esphomepr:`7868` by :ghuser:`jesserockz`
- Fix recalc_timestamp_utc :esphomepr:`7894` by :ghuser:`RouNNdeL`
- Cast port to int for ota pushing :esphomepr:`7888` by :ghuser:`jesserockz`
- [lvgl] Bugfixes :esphomepr:`7896` by :ghuser:`clydebarrow`
- [lvgl] Fix msgbox content :esphomepr:`7912` by :ghuser:`clydebarrow`
- [esp32] Fix crash with empty `platformio_options:` value :esphomepr:`7920` by :ghuser:`clydebarrow`

Full list of changes
--------------------

Expand Down
4 changes: 4 additions & 0 deletions components/packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,12 @@ As an example, if the configuration needed to support three garage doors using t
file: garage-door.yaml
vars:
door_name: Left
middle_garage_door: !include
file: garage-door.yaml
vars:
door_name: Middle
right_garage_door: !include
file: garage-door.yaml
vars:
door_name: Right
Expand Down
2 changes: 1 addition & 1 deletion components/spi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ SPI modes:
----------

SPI devices operate in one of four modes as per the table below. The choice of mode is dictated by the requirements
of the speficic peripheral chip.
of the specific peripheral chip.

.. csv-table:: Supported Modes
:header: "Mode", "Clock Idle Polarity", "Clock Phase", "Data shifted on", "Data sampled on"
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# The short X.Y version.
version = "2024.11"
# The full version, including alpha/beta/rc tags.
release = "2024.11.1"
release = "2024.11.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 3 additions & 1 deletion guides/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,11 @@ adhere to the following order:
`Google.com <https://www.google.com>`__

.. _contributing-referrals:

.. note::

Referral links are only permitted if they provide a direct benefit to the ESPHome project.
Referral links are only permitted if they provide a direct benefit to the ESPHome project.
This policy applies to all official ESPHome documentation and websites.

- **References**: To reference another document, use the ``:doc:`` and ``:ref:`` roles (references are set up globally
Expand Down
8 changes: 7 additions & 1 deletion guides/supporters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Contributors
- `Alessandro Ranellucci (@alranel) <https://github.com/alranel>`__
- `Maxime Gauduin (@alucryd) <https://github.com/alucryd>`__
- `alva (@alva-seal) <https://github.com/alva-seal>`__
- `Amaery (@Amaery) <https://github.com/Amaery>`__
- `Andreas Mandel (@amandel) <https://github.com/amandel>`__
- `Andrew McFague (@amcfague) <https://github.com/amcfague>`__
- `Amish Vishwakarma (@amishv) <https://github.com/amishv>`__
Expand All @@ -112,6 +113,7 @@ Contributors
- `Andi Egli (@andilge) <https://github.com/andilge>`__
- `Kieren (@ando023) <https://github.com/ando023>`__
- `András Bíró (@andrasbiro) <https://github.com/andrasbiro>`__
- `Andre (@andre68723) <https://github.com/andre68723>`__
- `Andreas Hergert (@andreashergert1984) <https://github.com/andreashergert1984>`__
- `Andres Vahter (@andresv) <https://github.com/andresv>`__
- `Andrew J.Swan (@andrewjswan) <https://github.com/andrewjswan>`__
Expand Down Expand Up @@ -191,6 +193,7 @@ Contributors
- `bartoszpierzchlewicz (@bartoszpierzchlewicz) <https://github.com/bartoszpierzchlewicz>`__
- `BartoszPierzchlewiczMacrix (@BartoszPierzchlewiczMacrix) <https://github.com/BartoszPierzchlewiczMacrix>`__
- `Bascht74 (@Bascht74) <https://github.com/Bascht74>`__
- `batchmanfr (@batchmanfr) <https://github.com/batchmanfr>`__
- `bazuchan (@bazuchan) <https://github.com/bazuchan>`__
- `Viktr (@BbIKTOP) <https://github.com/BbIKTOP>`__
- `J. Nick Koston (@bdraco) <https://github.com/bdraco>`__
Expand Down Expand Up @@ -692,6 +695,7 @@ Contributors
- `Greg Cormier (@gcormier) <https://github.com/gcormier>`__
- `GeekVisit (@GeekVisit) <https://github.com/GeekVisit>`__
- `Ian Reinhart Geiser (@geiseri) <https://github.com/geiseri>`__
- `GelidusResearch (@GelidusResearch) <https://github.com/GelidusResearch>`__
- `Gene Hand (@genehand) <https://github.com/genehand>`__
- `R Huish (@genestealer) <https://github.com/genestealer>`__
- `Geoff Davis (@geoffdavis) <https://github.com/geoffdavis>`__
Expand Down Expand Up @@ -819,6 +823,7 @@ Contributors
- `Tim Smeets (@ikilledmypc) <https://github.com/ikilledmypc>`__
- `iKK001 (@iKK001) <https://github.com/iKK001>`__
- `ilium007 (@ilium007) <https://github.com/ilium007>`__
- `Ilias Lolis (@ilolis) <https://github.com/ilolis>`__
- `Iman Ahmadvand (@IMAN4K) <https://github.com/IMAN4K>`__
- `Michael (@imeekle) <https://github.com/imeekle>`__
- `imgbot[bot] (@imgbot[bot]) <https://github.com/imgbot[bot]>`__
Expand Down Expand Up @@ -1441,6 +1446,7 @@ Contributors
- `Paul Deen (@PaulAntonDeen) <https://github.com/PaulAntonDeen>`__
- `Paul Monigatti (@paulmonigatti) <https://github.com/paulmonigatti>`__
- `Paul Nicholls (@pauln) <https://github.com/pauln>`__
- `Paul Schulz (@PaulSchulz) <https://github.com/PaulSchulz>`__
- `Pavlo Dudnytskyi (@paveldn) <https://github.com/paveldn>`__
- `Bartłomiej Biernacki (@pax0r) <https://github.com/pax0r>`__
- `Pierre-Alexis Ciavaldini (@pciavald) <https://github.com/pciavald>`__
Expand Down Expand Up @@ -2030,4 +2036,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__

*This page was last updated November 22, 2024.*
*This page was last updated December 6, 2024.*

0 comments on commit b812668

Please sign in to comment.