Skip to content

Conversation

@swoboda1337
Copy link
Member

Do not merge, release script will automatically merge

  • [esp32] Describe the framework source variable in more detail. docs#5460
  • [esp32] Document disable_libc_locks_in_iram option docs#5425
  • [mipi_spi] Document transform: disabled docs#5478
  • [ina2xx_base] add doc for reset-on-boot disablement option docs#5382
  • Docs for new Toshiba AC IR docs#5098
  • BH1900NUX documentation added (new integration) docs#4843
  • Update docs for xgzp68xx component (second attempt). docs#5310
  • docs(remote): Add Symphony IR protocol (receiver + transmitter) docs#5376
  • [thermostat] Add humidity support documentation docs#5488
  • [nrf52] NUS docs#5174
  • [script] Document new default max_runs=5 for queued mode docs#5492
  • Document extend/remove with substitutions and Jinja docs#5489
  • Document analyze-memory CLI command docs#5499
  • [uponor_smatrix] Use combined 32 bit addresses instead of separate 16 bit system and device addresses docs#5452
  • [mipi_rgb] Add doc for Waveshare 5 LCD docs#5476
  • [esp32_improv] adding next_url variable documentation docs#5369
  • Espnow packet transport docs#5458
  • [core] Add support for extern "C" includes docs#5505
  • Improve Heartbeat filter docs#5451
  • [esp32] Document advanced VFS options for flash optimization docs#5507
  • Docs for HDC2010 temperature and humidity sensor docs#5513
  • [remote_base] add decoder for Dyson cool AM07 tower fan IR codes docs#5422
  • [remote_transmitter] Add non-blocking mode docs#5525
  • [lvgl] Document on_draw_start and on_draw_end docs#5545
  • [component] Document is_idle condition docs#5546
  • [nrf52,i2c] update doc docs#5539
  • [esp32] Make the loop task's stack size configurable docs#5330
  • [epaper_spi] Update docs for code revisions docs#5535
  • [lvgl] Document new layout options docs#5541
  • [tinyusb] New component documentation docs#5554
  • [psram] Document change in mode option docs#5553
  • [gp8403] Add gp8413 (15 bits) DAC model docs#4415
  • Added index configuration variable entry docs#5500
  • [esp32_hosted] Add update docs docs#5532
  • [lvgl] Document if_nan text format option docs#5560
  • [gdk101] Fix fw version reporting docs#5447
  • [openthread] add poll period for mtd devices docs#5514
  • Add new mcp3221 analog sensor docs docs#4942
  • [psram] Document new ignore_not_found option docs#5502
  • Add HLK-FM22x Face Recognition Module documentation docs#4573
  • Add RX8130 RTC Component Documentation docs#5315
  • [rx8130] Fix documentation build error with note shortcode docs#5591
  • Fix local links docs#5572
  • [st7701s] [mipi_rgb] Document deprecation of st7701s in favor of mipi_rgb docs#5597
  • [wifi] Document priority type change to integer docs#5590
  • [wifi] Document min_auth_mode configuration option docs#5588
  • [network, speaker] Document network optimization changes docs#5599
  • [bh1900nux] Add to component index docs#5605
  • [CI] Consolidate ci workflows docs#5606
  • [select] Update documentation to use .current_option() method docs#5562
  • [rx8130] Add timezone setting for rx8130 platform docs#5598
  • Add 2025.11.0 Release Notes docs#5617
  • Add security best practices documentation for users docs#5612
  • Add automated release notes generator with AI-powered summaries docs#5616
  • Fix API docs url redirect docs#5632
  • Update usb_uart.md docs#5633
  • [lvgl] Update examples with selected_digit for spinbox docs#5630
  • Bump actions/checkout from 5.0.0 to 5.0.1 docs#5638
  • [nrf52] minimum examples docs#5493
  • [wifi][esp32_improv] Update default timeouts to 90s docs#5639
  • Create Claude instructions for ESPHome docs docs#5641
  • [wifi] Add clarification to note regarding disable action docs#5644
  • [nrf52,gpio] High voltage docs#5595
  • [epaper_spi] Add 7.3in Spectra-E6 model docs#5646
Metadata

@coderabbitai ignore

jesserockz and others added 30 commits October 8, 2025 21:14
* [esp32] Describe the framework source variable in more detail.

* Minor updates

---------

Co-authored-by: Jonathan Swoboda <[email protected]>
…5475)

* [esp32] Update migration guide for Arduino-as-IDF-component changes

* Update content/guides/esp32_arduino_to_idf.md

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Jonathan Swoboda <[email protected]>
* feat: add doc for reset-on-boot disablement option

Adds an entry in the documentation of the INA2xx sensor for the new
`reset_on_boot` option, which will allow the component to bypass
resetting the device state (and hence counters, etc.) on component
initialization. Setting this to `false` will allow the counters to
persist between ESP device reboots, while setting to `true` (the
default) will preserve the existing behaviour of resetting them.

* fix: add missing entry to SPI too

* fix: clarify wording for new option

* fix: improve reset_on_boot explanation line format

---------

Co-authored-by: Jonathan Swoboda <[email protected]>
* BH1900NUX documentation added

* fix: image optimized (size reduced, switched to png)

* Port to new doc format. WIP.

* Port to new doc format. WIP.

* ported to md format

* Ported to Markdown syntax

* Ported from RST to Markdown

* Fixed some lint errors

* Fixed some lint errors

* Fixed some lint errors

* Updated/merged branch

* Updated/merged branch

* Updated/merged branch

* Updated/merged branch

* Revert "Updated/merged branch"

This reverts commit 614109e.

* Updated/merged branch

* Updated/merged branch

* Reset unintentional debug.md

* Reset unintentional wireguard.md

* Reset unintentional debug.md

* Converted table to list

* Update content/components/sensor/bh1900nux.md

* Fix note

---------

Co-authored-by: Jonathan Swoboda <[email protected]>
- Add symphony to remote_receiver dump list and add on_symphony trigger.
- Add Symphony binary sensor config (data, nbits).
- Add transmit_symphony action with command_repeats and example.
- Note: single-frame decode; sender-native repetition to mirror IRremoteESP8266 (ir_Symphony.cpp).

Addresses esphome/feature-requests#1633 (esphome/feature-requests#1633).

Co-authored-by: Jonathan Swoboda <[email protected]>
Co-authored-by: J. Nick Koston <[email protected]>
… bit system and device addresses (#5452)

* [uponor_smatrix] Use combined 32 bit addresses instead of separate 16 bit system and device addresses

* Remove blank line

---------

Co-authored-by: J. Nick Koston <[email protected]>
* Create espnow.md

* Update espnow.md

* Update espnow.md

attempt to get links working

* Update uart.md

* Update uart.md

reverted accidental change

* Update espnow.md

hopefully got the md formatting correct...

* Update espnow.md

linting

* Update espnow.md

update example

* Update espnow.md

* Update espnow.md

fix hugo spack attack

* Remove hardware-specifics from example

* Update espnow.md

remove #espnow

* Update espnow.md

removed configuration values section per @swoboda1337 request

* Update espnow.md

re add config values, diffrent format.

* Update espnow.md

capitalisation

* Update espnow.md

remove bellybutton lint

* Update _index.md

add espnow as available component

* remove specific variant list

* remove ota example per swaboda request

* Misc cleanup

* More cleanup

---------

Co-authored-by: H. Árkosi Róbert <[email protected]>
Co-authored-by: Jonathan Swoboda <[email protected]>
swoboda1337 and others added 24 commits November 12, 2025 22:46
* doc

* Update nrf52.md

* fix

* Update content/components/nrf52.md

---------

Co-authored-by: Jonathan Swoboda <[email protected]>
@esphome esphome bot added the current label Nov 19, 2025
@netlify
Copy link

netlify bot commented Nov 19, 2025

Deploy Preview for esphome ready!

Name Link
🔨 Latest commit 17b1c4c
🔍 Latest deploy log https://app.netlify.com/projects/esphome/deploys/691e314f4665290008ebcb75
😎 Deploy Preview https://deploy-preview-5648--esphome.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@swoboda1337 swoboda1337 merged commit 5411221 into current Nov 19, 2025
6 checks passed
@swoboda1337 swoboda1337 deleted the bump-2025.11.0 branch November 19, 2025 22:37
@github-actions github-actions bot locked and limited conversation to collaborators Nov 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.