Update dependency esphome to v2025.11.5 #9

Open
renovate wants to merge 1 commit from renovate/esphome-2025.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
esphome 2025.11.2 -> 2025.11.5 age confidence

Release Notes

esphome/esphome (esphome)

v2025.11.5

Compare Source

v2025.11.4

Compare Source

v2025.11.3

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [esphome](https://github.com/esphome/esphome) | `2025.11.2` -> `2025.11.5` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/esphome/2025.11.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/esphome/2025.11.2/2025.11.5?slim=true) | --- ### Release Notes <details> <summary>esphome/esphome (esphome)</summary> ### [`v2025.11.5`](https://github.com/esphome/esphome/releases/tag/2025.11.5) [Compare Source](https://github.com/esphome/esphome/compare/2025.11.4...2025.11.5) - \[binary\_sensor] Fix reporting of 'unknown' [esphome#12296](https://github.com/esphome/esphome/pull/12296) by [@&#8203;clydebarrow](https://github.com/clydebarrow) - \[lvgl] Number saves value on interactive change [esphome#12315](https://github.com/esphome/esphome/pull/12315) by [@&#8203;clydebarrow](https://github.com/clydebarrow) - \[scheduler] Fix missing lock when recycling items in defer queue processing [esphome#12343](https://github.com/esphome/esphome/pull/12343) by [@&#8203;bdraco](https://github.com/bdraco) - \[wifi] Fix scan timeout loop when scan returns zero networks [esphome#12354](https://github.com/esphome/esphome/pull/12354) by [@&#8203;bdraco](https://github.com/bdraco) - \[libretiny] Fix WiFi scan timeout loop when scan fails [esphome#12356](https://github.com/esphome/esphome/pull/12356) by [@&#8203;bdraco](https://github.com/bdraco) - \[mqtt] Fix logger method case sensitivity error [esphome#12379](https://github.com/esphome/esphome/pull/12379) by [@&#8203;swoboda1337](https://github.com/swoboda1337) ### [`v2025.11.4`](https://github.com/esphome/esphome/releases/tag/2025.11.4) [Compare Source](https://github.com/esphome/esphome/compare/2025.11.3...2025.11.4) - \[esp32] Add build flag to suppress noexecstack message [esphome#12272](https://github.com/esphome/esphome/pull/12272) by [@&#8203;clydebarrow](https://github.com/clydebarrow) - \[ld2420] Add missing USE\_SELECT ifdefs [esphome#12275](https://github.com/esphome/esphome/pull/12275) by [@&#8203;swoboda1337](https://github.com/swoboda1337) - \[config] Provide path for `has_at_most_one_of` messages [esphome#12277](https://github.com/esphome/esphome/pull/12277) by [@&#8203;clydebarrow](https://github.com/clydebarrow) - \[es8311] Remove MIN and MAX from mic\_gain enum options [esphome#12281](https://github.com/esphome/esphome/pull/12281) by [@&#8203;swoboda1337](https://github.com/swoboda1337) - \[esp32\_hosted] Fix build and bump IDF component version to 2.7.0 [esphome#12282](https://github.com/esphome/esphome/pull/12282) by [@&#8203;swoboda1337](https://github.com/swoboda1337) - \[CI] Trigger generic version notifier job on release [esphome#12292](https://github.com/esphome/esphome/pull/12292) by [@&#8203;jesserockz](https://github.com/jesserockz) - \[scheduler] Fix use-after-free when cancelling timeouts from non-main-loop threads [esphome#12288](https://github.com/esphome/esphome/pull/12288) by [@&#8203;bdraco](https://github.com/bdraco) ### [`v2025.11.3`](https://github.com/esphome/esphome/releases/tag/2025.11.3) [Compare Source](https://github.com/esphome/esphome/compare/2025.11.2...2025.11.3) - \[build] Don't clear pio cache unless requested [esphome#11966](https://github.com/esphome/esphome/pull/11966) by [@&#8203;clydebarrow](https://github.com/clydebarrow) - \[usb\_uart] Wake main loop immediately when USB data arrives [esphome#12148](https://github.com/esphome/esphome/pull/12148) by [@&#8203;bdraco](https://github.com/bdraco) - \[espnow] Initialize LwIP stack when running without WiFi component [esphome#12169](https://github.com/esphome/esphome/pull/12169) by [@&#8203;bdraco](https://github.com/bdraco) - \[helpers] Add conversion from FixedVector to std::vector [esphome#12179](https://github.com/esphome/esphome/pull/12179) by [@&#8203;clydebarrow](https://github.com/clydebarrow) - \[hlk\_fm22x] Fix Action::play method signatures [esphome#12192](https://github.com/esphome/esphome/pull/12192) by [@&#8203;bdraco](https://github.com/bdraco) - \[mopeka\_pro\_check] Fix negative temperatures [esphome#12198](https://github.com/esphome/esphome/pull/12198) by [@&#8203;swoboda1337](https://github.com/swoboda1337) - \[[`ade7953`](https://github.com/esphome/esphome/commit/ade7953)] Apply voltage\_gain setting to both channels [esphome#12180](https://github.com/esphome/esphome/pull/12180) by [@&#8203;dlitz](https://github.com/dlitz) - \[core] Fix clean all on windows [esphome#12217](https://github.com/esphome/esphome/pull/12217) by [@&#8203;swoboda1337](https://github.com/swoboda1337) - \[rtl87xx] Fix AsyncTCP compilation by upgrading FreeRTOS to 8.2.3 [esphome#12230](https://github.com/esphome/esphome/pull/12230) by [@&#8203;swoboda1337](https://github.com/swoboda1337) - \[analog\_threshold] Fix oscillation when using invert filter [esphome#12251](https://github.com/esphome/esphome/pull/12251) by [@&#8203;swoboda1337](https://github.com/swoboda1337) - \[rtl87xx] Fix FreeRTOS version for RTL8720C boards [esphome#12261](https://github.com/esphome/esphome/pull/12261) by [@&#8203;swoboda1337](https://github.com/swoboda1337) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS40IiwidXBkYXRlZEluVmVyIjoiNDIuMzkuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2025-12-10 13:00:49 +11:00
kernald was assigned by renovate 2025-12-10 13:00:51 +11:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/esphome-2025.x:renovate/esphome-2025.x
git checkout renovate/esphome-2025.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/esphome-2025.x
git checkout renovate/esphome-2025.x
git rebase main
git checkout main
git merge --ff-only renovate/esphome-2025.x
git checkout renovate/esphome-2025.x
git rebase main
git checkout main
git merge --no-ff renovate/esphome-2025.x
git checkout main
git merge --squash renovate/esphome-2025.x
git checkout main
git merge --ff-only renovate/esphome-2025.x
git checkout main
git merge renovate/esphome-2025.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kernald/containers#9
No description provided.