Commit Graph
646 Commits
Author SHA1 Message Date
TrueCharts BotandGitHub cf28d362f9 chore(helm): update image docker.io/esphome/esphome 2025.4.1 → 2025.4.2 (#35338)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | patch |
`2385895` -> `870d2eb` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>esphome/esphome (docker.io/esphome/esphome)</summary>

###
[`v2025.4.2`](https://redirect.github.com/esphome/esphome/releases/tag/2025.4.2)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2025.4.1...2025.4.2)

- Fix unexpected widget update behavior
[esphome#8260](https://redirect.github.com/esphome/esphome/pull/8260) by
[@&#8203;bdm310](https://redirect.github.com/bdm310)
- \[esp32\_ble] Remove explicit and now incorrect ble override for
esp32-c6
[esphome#8643](https://redirect.github.com/esphome/esphome/pull/8643) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[media_player] Fix actions with id as value
[esphome#8654](https://redirect.github.com/esphome/esphome/pull/8654) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Fix typo preventing tt21100 from autosetting the touchscreen res.
[esphome#8662](https://redirect.github.com/esphome/esphome/pull/8662) by
[@&#8203;raineth](https://redirect.github.com/raineth)
- Fix HLW8012 sensor not returning values if change_mode_every is set to
never
[esphome#8456](https://redirect.github.com/esphome/esphome/pull/8456) by
[@&#8203;SuperPlusUser](https://redirect.github.com/SuperPlusUser)
- \[display] Fix Rect::inside
[esphome#8679](https://redirect.github.com/esphome/esphome/pull/8679) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[as3935\_i2c] Remove redundant includes
[esphome#8677](https://redirect.github.com/esphome/esphome/pull/8677) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lvgl] Allow padding to be negative
[esphome#8671](https://redirect.github.com/esphome/esphome/pull/8671) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lvgl] Fix image property processing
[esphome#8691](https://redirect.github.com/esphome/esphome/pull/8691) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-05-13 20:53:45 +02:00
TrueCharts BotandGitHub 857ae06e84 chore(helm): update image docker.io/esphome/esphome 2025.4.0 → 2025.4.1 (#34937) 2025-05-01 08:53:49 +02:00
TrueCharts BotandGitHub f7b6725031 chore(helm): update image docker.io/esphome/esphome 2025.3.3 → 2025.4.0 (#34550) 2025-04-19 02:38:47 +02:00
TrueCharts-Bot 81131bc7f2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-10 00:14:10 +00:00
Kjeld Schouten b3c027f0c8 fix(clustertool): new round of indent fixes 2025-04-09 15:15:50 +02:00
Kjeld Schouten d5e6babdf8 chore: manual genmeta 2025-04-09 15:05:44 +02:00
TrueCharts-Bot 2fce051aaa Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-07 18:59:06 +00:00
TrueCharts-Bot 76732478b2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-07 18:08:30 +00:00
TrueCharts BotandGitHub 10217836b3 chore(helm): update image docker.io/esphome/esphome 2025.3.2 → 2025.3.3 (#33872)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | patch |
`7f0095c` -> `28f07a8` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>esphome/esphome (docker.io/esphome/esphome)</summary>

###
[`v2025.3.3`](https://redirect.github.com/esphome/esphome/releases/tag/2025.3.3)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2025.3.2...2025.3.3)

- \[display] Don't assume glyph x_offset is zero.
[esphome#8473](https://redirect.github.com/esphome/esphome/pull/8473) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Bump ESP mdns to 1.8.2
[esphome#8482](https://redirect.github.com/esphome/esphome/pull/8482) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[speaker] Bugfix: Media player always unpauses when receiving a stop
command
[esphome#8474](https://redirect.github.com/esphome/esphome/pull/8474) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[lvgl] Implement switch restore
[esphome#8481](https://redirect.github.com/esphome/esphome/pull/8481) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[speaker] Bugfixes: two pause state issues
[esphome#8488](https://redirect.github.com/esphome/esphome/pull/8488) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-03 14:50:16 +02:00
TrueCharts BotandGitHub 85af1867a5 chore(helm): update image docker.io/esphome/esphome 2025.3.1 → 2025.3.2 (#33670) 2025-03-28 07:43:35 +01:00
TrueCharts BotandGitHub 7975986ebd chore(helm): update image docker.io/esphome/esphome 2025.2.2 → 2025.3.1 (#33516)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | minor |
`3dfeee9` -> `a5a08f5` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>esphome/esphome (docker.io/esphome/esphome)</summary>

###
[`v2025.3.1`](https://redirect.github.com/esphome/esphome/releases/tag/2025.3.1)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2025.3.0...2025.3.1)

- \[ft63x6] Get correct dimensions from display
[esphome#8417](https://redirect.github.com/esphome/esphome/pull/8417) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lvgl] Set correct buffer size
[esphome#8442](https://redirect.github.com/esphome/esphome/pull/8442) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lvgl] Ensure non-zero screen dimensions during init
[esphome#8444](https://redirect.github.com/esphome/esphome/pull/8444) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)

###
[`v2025.3.0`](https://redirect.github.com/esphome/esphome/releases/tag/2025.3.0)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2025.2.2...2025.3.0)

#### Full list of changes

##### New Components

- \[ld2450] Add new component
[esphome#5674](https://redirect.github.com/esphome/esphome/pull/5674) by
[@&#8203;hareeshmu](https://redirect.github.com/hareeshmu)
(new-integration)
- Adding support for chsc6x touch controller
[esphome#8258](https://redirect.github.com/esphome/esphome/pull/8258) by
[@&#8203;kkosik20](https://redirect.github.com/kkosik20)
(new-integration)
- MSA311 and MSA301 accelerometer support
[esphome#6795](https://redirect.github.com/esphome/esphome/pull/6795) by
[@&#8203;latonita](https://redirect.github.com/latonita)
(new-integration)
- Cover component for Tormatic and Novoferm garage doors
[esphome#5933](https://redirect.github.com/esphome/esphome/pull/5933) by
[@&#8203;ti-mo](https://redirect.github.com/ti-mo) (new-integration)

##### Breaking Changes

- \[mlx90393] Fix inverted gain and resolution. Expose
temperature_compensation and hallconf.
[esphome#7635](https://redirect.github.com/esphome/esphome/pull/7635) by
[@&#8203;functionpointer](https://redirect.github.com/functionpointer)
(breaking-change)
- \[touchscreen] Axis swap bugfix
[esphome#8376](https://redirect.github.com/esphome/esphome/pull/8376) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[cst816] Remove binary sensor
[esphome#8377](https://redirect.github.com/esphome/esphome/pull/8377) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)

##### Beta Changes

- Bump mdns library to 1.8.0
[esphome#8378](https://redirect.github.com/esphome/esphome/pull/8378) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[audio, mixer] Memory and CPU performance improvements
[esphome#8387](https://redirect.github.com/esphome/esphome/pull/8387) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[speaker, resampler, mixer] Make volume and mute getters virtual
[esphome#8391](https://redirect.github.com/esphome/esphome/pull/8391) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[core] add reallocation support to RAMAllocator
[esphome#8390](https://redirect.github.com/esphome/esphome/pull/8390) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[api] add voice assistant announce to the api
[esphome#8395](https://redirect.github.com/esphome/esphome/pull/8395) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Bump aioesphomeapi to 29.6.0
[esphome#8396](https://redirect.github.com/esphome/esphome/pull/8396) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Rework pyproject.toml to make it parseable by dependabot
[esphome#8397](https://redirect.github.com/esphome/esphome/pull/8397) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump cryptography to 44.0.2
[esphome#8399](https://redirect.github.com/esphome/esphome/pull/8399) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump tornado from 6.4 to 6.4.2
[esphome#8398](https://redirect.github.com/esphome/esphome/pull/8398) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- \[font] Fix issues with bitmap fonts
[esphome#8407](https://redirect.github.com/esphome/esphome/pull/8407) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Added getters for graphs ymin and ymax
[esphome#8112](https://redirect.github.com/esphome/esphome/pull/8112) by
[@&#8203;Duckle29](https://redirect.github.com/Duckle29)
- \[docker] Bump curl, git, openssh-client, libopenjp2-7, nginx-light
[esphome#8419](https://redirect.github.com/esphome/esphome/pull/8419) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[docker] Bump libfreetype
[esphome#8426](https://redirect.github.com/esphome/esphome/pull/8426) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[core] Handle mis-typed platform name more cleanly
[esphome#8424](https://redirect.github.com/esphome/esphome/pull/8424) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[audio] Bugfix: fix flac decoding glitches by using esp-audio-libs
v1.1.3
[esphome#8431](https://redirect.github.com/esphome/esphome/pull/8431) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)

##### All changes

- \[modbus_controller] Extend tests
[esphome#8245](https://redirect.github.com/esphome/esphome/pull/8245) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Switch to native arm runners for docker CI
[esphome#8262](https://redirect.github.com/esphome/esphome/pull/8262) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Use the process CPU count to determine how many children to create
[esphome#8268](https://redirect.github.com/esphome/esphome/pull/8268) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump actions/cache from 4.2.0 to 4.2.1 in
/.github/actions/restore-python
[esphome#8273](https://redirect.github.com/esphome/esphome/pull/8273) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Bump actions/cache from 4.2.0 to 4.2.1
[esphome#8271](https://redirect.github.com/esphome/esphome/pull/8271) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Ruff format for CI
[esphome#8276](https://redirect.github.com/esphome/esphome/pull/8276) by
[@&#8203;stellar-aria](https://redirect.github.com/stellar-aria)
- \[ld2450] Add new component
[esphome#5674](https://redirect.github.com/esphome/esphome/pull/5674) by
[@&#8203;hareeshmu](https://redirect.github.com/hareeshmu)
(new-integration)
- Bump docker/build-push-action from 6.13.0 to 6.14.0 in
/.github/actions/build-image
[esphome#8281](https://redirect.github.com/esphome/esphome/pull/8281) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Finish up transition from black-format to ruff
[esphome#8294](https://redirect.github.com/esphome/esphome/pull/8294) by
[@&#8203;stellar-aria](https://redirect.github.com/stellar-aria)
- \[core, dashboard] load external component to get get_download_types
[esphome#8139](https://redirect.github.com/esphome/esphome/pull/8139) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[ota] set USE_OTA_VERSION 2 in defines
[esphome#8299](https://redirect.github.com/esphome/esphome/pull/8299) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[socket] add connect method
[esphome#8308](https://redirect.github.com/esphome/esphome/pull/8308) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7
[esphome#8314](https://redirect.github.com/esphome/esphome/pull/8314) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Bump actions/upload-artifact from 4.6.0 to 4.6.1
[esphome#8295](https://redirect.github.com/esphome/esphome/pull/8295) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- \[api] ensure fair network sharing + prevent lost state changes via
deferred publish at high event load
[esphome#7547](https://redirect.github.com/esphome/esphome/pull/7547) by
[@&#8203;nkinnan](https://redirect.github.com/nkinnan)
- ili9xxx: Add support for GC9D01N circle display
[esphome#8302](https://redirect.github.com/esphome/esphome/pull/8302) by
[@&#8203;rforro](https://redirect.github.com/rforro)
- web_server: ensure fair network sharing + prevent lost state changes
via deferred publish at high event load
[esphome#7538](https://redirect.github.com/esphome/esphome/pull/7538) by
[@&#8203;nkinnan](https://redirect.github.com/nkinnan)
- \[i2c] python code style
[esphome#8311](https://redirect.github.com/esphome/esphome/pull/8311) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- Adding support for chsc6x touch controller
[esphome#8258](https://redirect.github.com/esphome/esphome/pull/8258) by
[@&#8203;kkosik20](https://redirect.github.com/kkosik20)
(new-integration)
- \[core] make upload_program more generic
[esphome#8321](https://redirect.github.com/esphome/esphome/pull/8321) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[i2c] Fix i2c issue on idf 5.3
[esphome#8283](https://redirect.github.com/esphome/esphome/pull/8283) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[core] SplitDefault unit test
[esphome#8324](https://redirect.github.com/esphome/esphome/pull/8324) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- Add option to include vars in remote packages
[esphome#7606](https://redirect.github.com/esphome/esphome/pull/7606) by
[@&#8203;pszafer](https://redirect.github.com/pszafer)
- \[ld2450] Fix for "unknown" sensor states
[esphome#8305](https://redirect.github.com/esphome/esphome/pull/8305) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Update arduino-heatpumpir and add new protocol for Panasonic AC
[esphome#8309](https://redirect.github.com/esphome/esphome/pull/8309) by
[@&#8203;barchasse38](https://redirect.github.com/barchasse38)
- MSA311 and MSA301 accelerometer support
[esphome#6795](https://redirect.github.com/esphome/esphome/pull/6795) by
[@&#8203;latonita](https://redirect.github.com/latonita)
(new-integration)
- Include the bluetooth mac address in the device info when proxy is
enabled
[esphome#8203](https://redirect.github.com/esphome/esphome/pull/8203) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- dashboard: Implement automatic ping fallback
[esphome#8263](https://redirect.github.com/esphome/esphome/pull/8263) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[ld2450] Fix misplaced `ifdef` and related logic
[esphome#8335](https://redirect.github.com/esphome/esphome/pull/8335) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Bump the docker-actions group with 2 updates
[esphome#8330](https://redirect.github.com/esphome/esphome/pull/8330) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Bump actions/download-artifact from 4.1.8 to 4.1.9
[esphome#8331](https://redirect.github.com/esphome/esphome/pull/8331) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Bump docker/build-push-action from 6.14.0 to 6.15.0 in
/.github/actions/build-image
[esphome#8332](https://redirect.github.com/esphome/esphome/pull/8332) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- \[mlx90393] Fix inverted gain and resolution. Expose
temperature_compensation and hallconf.
[esphome#7635](https://redirect.github.com/esphome/esphome/pull/7635) by
[@&#8203;functionpointer](https://redirect.github.com/functionpointer)
(breaking-change)
- \[font] Use freetype instead of Pillow for font rendering
[esphome#8300](https://redirect.github.com/esphome/esphome/pull/8300) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Bump actions/cache from 4.2.1 to 4.2.2
[esphome#8336](https://redirect.github.com/esphome/esphome/pull/8336) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Bump actions/cache from 4.2.1 to 4.2.2 in
/.github/actions/restore-python
[esphome#8337](https://redirect.github.com/esphome/esphome/pull/8337) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- \[zeroconf] Ruff formatting
[esphome#8338](https://redirect.github.com/esphome/esphome/pull/8338) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[nrf52, core] unified way how all platforms handle SplitDefault
[esphome#7715](https://redirect.github.com/esphome/esphome/pull/7715) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- Cover component for Tormatic and Novoferm garage doors
[esphome#5933](https://redirect.github.com/esphome/esphome/pull/5933) by
[@&#8203;ti-mo](https://redirect.github.com/ti-mo) (new-integration)
- \[io_bus] Initial implementation
[esphome#8227](https://redirect.github.com/esphome/esphome/pull/8227) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-integration)
- \[tmp1075] fix component for TMP1075N
[esphome#8317](https://redirect.github.com/esphome/esphome/pull/8317) by
[@&#8203;ssieb](https://redirect.github.com/ssieb)
- Bump docker/setup-qemu-action from 3.5.0 to 3.6.0 in the
docker-actions group
[esphome#8346](https://redirect.github.com/esphome/esphome/pull/8346) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- \[dashboard] Rename trash/delete to archive
[esphome#8357](https://redirect.github.com/esphome/esphome/pull/8357) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[helpers] Allow RAMAllocator to be told the size of the object
manually
[esphome#8356](https://redirect.github.com/esphome/esphome/pull/8356) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[ld2450] fix null exception & zone target_count not published
[esphome#8348](https://redirect.github.com/esphome/esphome/pull/8348) by
[@&#8203;mistic100](https://redirect.github.com/mistic100)
- \[bmp085] Fix error in read of pressure
[esphome#8359](https://redirect.github.com/esphome/esphome/pull/8359) by
[@&#8203;gusdleon](https://redirect.github.com/gusdleon)
- \[udp] fix clang tidy
[esphome#8351](https://redirect.github.com/esphome/esphome/pull/8351) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[i2s_audio] Bugfix: Speaker incorrectly delays when sending data
[esphome#8361](https://redirect.github.com/esphome/esphome/pull/8361) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Initialise h-bridge switch to requested initial state
[esphome#8363](https://redirect.github.com/esphome/esphome/pull/8363) by
[@&#8203;AnyOldName3](https://redirect.github.com/AnyOldName3)
- \[lvgl] Fix initialisation race condition (Bugfix)
[esphome#8369](https://redirect.github.com/esphome/esphome/pull/8369) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[time] fix recalc_timestamp_local
[esphome#8239](https://redirect.github.com/esphome/esphome/pull/8239) by
[@&#8203;qraynaud](https://redirect.github.com/qraynaud)
- allow touchscreen buttons outside of display dimensions
[esphome#8296](https://redirect.github.com/esphome/esphome/pull/8296) by
[@&#8203;zendes](https://redirect.github.com/zendes)
- \[touchscreen] Axis swap bugfix
[esphome#8376](https://redirect.github.com/esphome/esphome/pull/8376) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[cst816] Remove binary sensor
[esphome#8377](https://redirect.github.com/esphome/esphome/pull/8377) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- Revert "\[io_bus] Initial implementation"
[esphome#8384](https://redirect.github.com/esphome/esphome/pull/8384) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Bump aioesphomeapi to 29.5.1
[esphome#8364](https://redirect.github.com/esphome/esphome/pull/8364) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump esptool to 4.8.1latest
[esphome#8367](https://redirect.github.com/esphome/esphome/pull/8367) by
[@&#8203;shvmm](https://redirect.github.com/shvmm)
- Bump zeroconf to 0.146.1
[esphome#8365](https://redirect.github.com/esphome/esphome/pull/8365) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- mcp2515: Add missing CFG1 assignment to be able to use 50kbps with a
16MHz crystal.
[esphome#8375](https://redirect.github.com/esphome/esphome/pull/8375) by
[@&#8203;djasper-ha](https://redirect.github.com/djasper-ha)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 21:44:08 +00:00
TrueCharts BotandGitHub b6390e9d7c chore(helm): update image docker.io/esphome/esphome 2025.2.1 → 2025.2.2 (#32903)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | patch |
`0cd4329` -> `3dfeee9` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>esphome/esphome (docker.io/esphome/esphome)</summary>

###
[`v2025.2.2`](https://redirect.github.com/esphome/esphome/releases/tag/2025.2.2)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2025.2.1...2025.2.2)

- Fix `end_of_scan_` not being called while disconnecting
[esphome#8328](https://redirect.github.com/esphome/esphome/pull/8328) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[audio] Determine http timeout based on duration since last
successful read
[esphome#8341](https://redirect.github.com/esphome/esphome/pull/8341) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Bump aioesphomeapi to 29.3.2
[esphome#8353](https://redirect.github.com/esphome/esphome/pull/8353) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[ltr390] Move calculation to allow dynamic setting of gain and
resolution
[esphome#8343](https://redirect.github.com/esphome/esphome/pull/8343) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-06 09:07:59 +00:00
mgale456andGitHub 1b71a5e902 fix(esphome): Update persistence for correct cache directories (#32763)
**Description**
I figured this out when looking for why my volsync backup was so large
for what should be just a couple yaml files. This saves me 1.3GB of S3
storage, but that quantity will vary.

Now we're mounting the cache directories that esphome is expecting. If
they don't see these directories existing, then they change the location
to be inside the config directory so that these things are cached.

It looks like we used to have this working, but upstream probably
changed the directories at some point. They don't seem to have clear
documentation that I could find. I found these directories [in their
github](https://github.com/esphome/esphome/blob/dev/docker/docker_entrypoint.sh).

⚒️ Fixes  # N/A

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
Deployed locally and then updated my devices. It'll have to redownload
the packages, but there's no breaking change from what I found.

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>
2025-03-02 21:54:10 +01:00
TrueCharts BotandGitHub a2627958e1 chore(helm): update image docker.io/esphome/esphome 2025.2.0 → 2025.2.1 (#32632)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | patch |
`00ca3a1` -> `0cd4329` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>esphome/esphome (docker.io/esphome/esphome)</summary>

###
[`v2025.2.1`](https://redirect.github.com/esphome/esphome/releases/tag/2025.2.1)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2025.2.0...2025.2.1)

- Bump aioesphomeapi to 29.1.1
[esphome#8274](https://redirect.github.com/esphome/esphome/pull/8274) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Fix BLE max notifications with ESP-IDF 5.x
[esphome#8301](https://redirect.github.com/esphome/esphome/pull/8301) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Update webserver local assets to
[`2025022`](https://redirect.github.com/esphome/esphome/commit/20250224)-195901
[esphome#8312](https://redirect.github.com/esphome/esphome/pull/8312) by
[@&#8203;esphomebot](https://redirect.github.com/esphomebot)
- Fix bluetooth race when disconnect called while still connecting
[esphome#8297](https://redirect.github.com/esphome/esphome/pull/8297) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[esp32\_touch] Fix variants, add tests for variants
[esphome#8320](https://redirect.github.com/esphome/esphome/pull/8320) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-28 14:18:31 +00:00
TrueCharts BotandGitHub e8a44e295a chore(helm): update image docker.io/esphome/esphome 2024.12.4 → 2025.2.0 (#32420)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | major |
`fb17727` -> `00ca3a1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>esphome/esphome (docker.io/esphome/esphome)</summary>

###
[`v2025.2.0`](https://redirect.github.com/esphome/esphome/releases/tag/2025.2.0)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2024.12.4...2025.2.0)

#### Full list of changes

##### New Components

- \[es7210] add support for es7210 ADC
[esphome#8007](https://redirect.github.com/esphome/esphome/pull/8007) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- \[audio_adc] Add new `audio_adc` component
[esphome#8094](https://redirect.github.com/esphome/esphome/pull/8094) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (new-integration)
- \[es8156] Add support for ES8156 audio DAC
[esphome#8085](https://redirect.github.com/esphome/esphome/pull/8085) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (new-integration)
- \[es7243e] Add support for ES7243E audio ADC
[esphome#8098](https://redirect.github.com/esphome/esphome/pull/8098) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (new-integration)
- \[esp32\_ble_server] Create custom services, characteristics and
descriptors
[esphome#7009](https://redirect.github.com/esphome/esphome/pull/7009) by
[@&#8203;Rapsssito](https://redirect.github.com/Rapsssito)
(new-integration)
- \[resampler] Media Player Components PR7
[esphome#8169](https://redirect.github.com/esphome/esphome/pull/8169) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- \[mixer] Media Player Components PR8
[esphome#8170](https://redirect.github.com/esphome/esphome/pull/8170) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- \[xxtea] Extract encryption functions to separate component
[esphome#8183](https://redirect.github.com/esphome/esphome/pull/8183) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-integration)
- \[logger] Add runtime level select
[esphome#8222](https://redirect.github.com/esphome/esphome/pull/8222) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-integration)
- \[speaker] Media Player Components PR9
[esphome#8171](https://redirect.github.com/esphome/esphome/pull/8171) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)

##### New Platforms

- \[uptime] Add text_sensor
[esphome#8028](https://redirect.github.com/esphome/esphome/pull/8028) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-platform)
- Add: Human Presence and Target Count to the Seeed Studio MR60BHA2
[esphome#8010](https://redirect.github.com/esphome/esphome/pull/8010) by
[@&#8203;limengdu](https://redirect.github.com/limengdu) (new-platform)
- \[sdl] Implement binary sensors from keystrokes
[esphome#8207](https://redirect.github.com/esphome/esphome/pull/8207) by
[@&#8203;bdm310](https://redirect.github.com/bdm310) (new-platform)

##### Breaking Changes

- \[esp32\_rmt] Updates for IDF 5+
[esphome#7770](https://redirect.github.com/esphome/esphome/pull/7770) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
(breaking-change)
- \[lvgl] remove default state
[esphome#8038](https://redirect.github.com/esphome/esphome/pull/8038) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[nextion] Brightness control tweaks
[esphome#8027](https://redirect.github.com/esphome/esphome/pull/8027) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (breaking-change)
- \[image] Transparency changes; code refactor
[esphome#7908](https://redirect.github.com/esphome/esphome/pull/7908) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[ili9xxx] psram and 8 bit changes
[esphome#8084](https://redirect.github.com/esphome/esphome/pull/8084) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[core] Remove old style platform configuration
[esphome#8118](https://redirect.github.com/esphome/esphome/pull/8118) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[custom] Remove platforms
[esphome#8119](https://redirect.github.com/esphome/esphome/pull/8119) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (breaking-change)
- Remove arm/v7 container image support
[esphome#8194](https://redirect.github.com/esphome/esphome/pull/8194) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[esp32\_rmt] Set pull-up and open-drain modes based on pin schema
[esphome#8178](https://redirect.github.com/esphome/esphome/pull/8178) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
(breaking-change)
- \[scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds
[esphome#8256](https://redirect.github.com/esphome/esphome/pull/8256) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
(breaking-change)

##### Beta Changes

- \[online_image]Fix reset if buffer not allocated
[esphome#8236](https://redirect.github.com/esphome/esphome/pull/8236) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[core] Ignore dot-prefixed config entries when looking for target
platform
[esphome#8240](https://redirect.github.com/esphome/esphome/pull/8240) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Bump zeroconf to 0.144.1
[esphome#8238](https://redirect.github.com/esphome/esphome/pull/8238) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Fix `config_dir` for dashboard
[esphome#8242](https://redirect.github.com/esphome/esphome/pull/8242) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[cse7766] Remove `stream` dependency
[esphome#7720](https://redirect.github.com/esphome/esphome/pull/7720) by
[@&#8203;gabest11](https://redirect.github.com/gabest11)
- \[graph] Remove `stream` dependency
[esphome#8243](https://redirect.github.com/esphome/esphome/pull/8243) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[modbus_controller] Remove `stream` dependency
[esphome#8244](https://redirect.github.com/esphome/esphome/pull/8244) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[logger] Fix bug causing global log level to be overwritten
[esphome#8248](https://redirect.github.com/esphome/esphome/pull/8248) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- Add support for the DAC on the S2
[esphome#8030](https://redirect.github.com/esphome/esphome/pull/8030) by
[@&#8203;maraid](https://redirect.github.com/maraid)
- Fix crash when storage file doesnt exist yet
[esphome#8249](https://redirect.github.com/esphome/esphome/pull/8249) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- don't crash on null pages
[esphome#8254](https://redirect.github.com/esphome/esphome/pull/8254) by
[@&#8203;ssieb](https://redirect.github.com/ssieb)
- \[scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds
[esphome#8256](https://redirect.github.com/esphome/esphome/pull/8256) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
(breaking-change)
- Bump zeroconf to 0.144.3
[esphome#8253](https://redirect.github.com/esphome/esphome/pull/8253) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- DHT platform now supports modules with inbuilt external resistor
[esphome#8257](https://redirect.github.com/esphome/esphome/pull/8257) by
[@&#8203;deCodeIt](https://redirect.github.com/deCodeIt)
- Replace glyphsets with esphome_glyphsets
[esphome#8261](https://redirect.github.com/esphome/esphome/pull/8261) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump aioesphomeapi to 29.1.0
[esphome#8105](https://redirect.github.com/esphome/esphome/pull/8105) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump openssh-client to 1:9.2p1-2+deb12u4 to fix docker builds
[esphome#8269](https://redirect.github.com/esphome/esphome/pull/8269) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Increase default repeat delay for Toto remote transmitter protocol
[esphome#8265](https://redirect.github.com/esphome/esphome/pull/8265) by
[@&#8203;G-Two](https://redirect.github.com/G-Two)
- Bump zeroconf to 0.145.1
[esphome#8267](https://redirect.github.com/esphome/esphome/pull/8267) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)

##### All changes

- \[rotary_encoder] Fix volatile increment/decrement deprecation
warnings
[esphome#7958](https://redirect.github.com/esphome/esphome/pull/7958) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[pulse_counter] Fix volatile increment/decrement deprecation warnings
[esphome#7954](https://redirect.github.com/esphome/esphome/pull/7954) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[nextion] Publishes `is_connected()`
[esphome#7961](https://redirect.github.com/esphome/esphome/pull/7961) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- Fix adc channel for ESP32-H2
[esphome#7964](https://redirect.github.com/esphome/esphome/pull/7964) by
[@&#8203;luar123](https://redirect.github.com/luar123)
- \[nextion] Remove `_internal` from non-protected functions
[esphome#7656](https://redirect.github.com/esphome/esphome/pull/7656) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[opentherm] Message ordering, on-the-fly message editing, code
improvements
[esphome#7903](https://redirect.github.com/esphome/esphome/pull/7903) by
[@&#8203;olegtarasov](https://redirect.github.com/olegtarasov)
- \[debug] Detailed reset reason
[esphome#7729](https://redirect.github.com/esphome/esphome/pull/7729) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[uart] Use `SOC_UART_NUM` as number of uarts instead of
`UART_NUM_MAX`
[esphome#7967](https://redirect.github.com/esphome/esphome/pull/7967) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[ci] Dont run main ci suite on docker files
[esphome#7966](https://redirect.github.com/esphome/esphome/pull/7966) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 in the
docker-actions group
[esphome#7969](https://redirect.github.com/esphome/esphome/pull/7969) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[core] Add c6 and h2 to split default
[esphome#7974](https://redirect.github.com/esphome/esphome/pull/7974) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[midea] Add Fahrenheit support to `midea_ac.follow_me` action
[esphome#7762](https://redirect.github.com/esphome/esphome/pull/7762) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
- \[esp32\_rmt] Updates for IDF 5+
[esphome#7770](https://redirect.github.com/esphome/esphome/pull/7770) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
(breaking-change)
- \[qspi_dbi] Bugfix and new features
[esphome#7979](https://redirect.github.com/esphome/esphome/pull/7979) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[helpers] Provide calls to get free heap and largest available block.
[esphome#7978](https://redirect.github.com/esphome/esphome/pull/7978) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Bump actions/upload-artifact from 4.4.3 to 4.5.0
[esphome#7981](https://redirect.github.com/esphome/esphome/pull/7981) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[esp32\_ble] do not skip events if queue is blocked
[esphome#7960](https://redirect.github.com/esphome/esphome/pull/7960) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[ble_client, bluetooth_proxy, esp32\_ble_client, esp32\_ble_tracker]
fix ble proxy stop working
[esphome#7901](https://redirect.github.com/esphome/esphome/pull/7901) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[esp32\_rmt] IDF 5+ update fixes
[esphome#8002](https://redirect.github.com/esphome/esphome/pull/8002) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- Initialize esp32\_rmt_led_strip buffer
[esphome#8036](https://redirect.github.com/esphome/esphome/pull/8036) by
[@&#8203;pzich](https://redirect.github.com/pzich)
- \[addressable_light] Remove rmt channel from idf tests
[esphome#7987](https://redirect.github.com/esphome/esphome/pull/7987) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Remove rmt channel from idf tests
[esphome#8054](https://redirect.github.com/esphome/esphome/pull/8054) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Fixed comment typo in light_color_values.h
[esphome#8050](https://redirect.github.com/esphome/esphome/pull/8050) by
[@&#8203;samunemeth](https://redirect.github.com/samunemeth)
- Fix braceless else statements
[esphome#7799](https://redirect.github.com/esphome/esphome/pull/7799) by
[@&#8203;pzich](https://redirect.github.com/pzich)
- Enable udp to work (on ipv4) when ipv6 is enabled
[esphome#8060](https://redirect.github.com/esphome/esphome/pull/8060) by
[@&#8203;HeMan](https://redirect.github.com/HeMan)
- Update sprinkler.cpp
[esphome#7996](https://redirect.github.com/esphome/esphome/pull/7996) by
[@&#8203;jotaj91](https://redirect.github.com/jotaj91)
- \[lvgl] remove default state
[esphome#8038](https://redirect.github.com/esphome/esphome/pull/8038) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[lvgl] fix bg_image_src
[esphome#8005](https://redirect.github.com/esphome/esphome/pull/8005) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lgvl] disp_bg_image and disp_bg_opa changes
[esphome#8025](https://redirect.github.com/esphome/esphome/pull/8025) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[spi_led_strip] Fix priority
[esphome#8021](https://redirect.github.com/esphome/esphome/pull/8021) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[config] Early check for required version
[esphome#8000](https://redirect.github.com/esphome/esphome/pull/8000) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lvgl] Implement `lvgl.page.is_showing:` condition
[esphome#8055](https://redirect.github.com/esphome/esphome/pull/8055) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[display] auto_clear_enabled defaults
[esphome#7986](https://redirect.github.com/esphome/esphome/pull/7986) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Convert IPAddress to use Pythonmodule ipaddress
[esphome#8072](https://redirect.github.com/esphome/esphome/pull/8072) by
[@&#8203;HeMan](https://redirect.github.com/HeMan)
- Add log level env var
[esphome#7604](https://redirect.github.com/esphome/esphome/pull/7604) by
[@&#8203;briancw](https://redirect.github.com/briancw)
- \[spi] relay on KEY_TARGET_PLATFORM as the other platforms does
[esphome#8066](https://redirect.github.com/esphome/esphome/pull/8066) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- Bump actions/upload-artifact from 4.5.0 to 4.6.0
[esphome#8058](https://redirect.github.com/esphome/esphome/pull/8058) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6
[esphome#8024](https://redirect.github.com/esphome/esphome/pull/8024) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump docker/setup-qemu-action from 3.2.0 to 3.3.0 in the
docker-actions group
[esphome#8052](https://redirect.github.com/esphome/esphome/pull/8052) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump docker/build-push-action from 6.10.0 to 6.11.0 in
/.github/actions/build-image
[esphome#8053](https://redirect.github.com/esphome/esphome/pull/8053) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Allow CONF_RMT_CHANNEL parameter for IDF 4.X
[esphome#8035](https://redirect.github.com/esphome/esphome/pull/8035) by
[@&#8203;gnumpi](https://redirect.github.com/gnumpi)
- \[esp32] Fix arch_get_cpu_freq_hz
[esphome#8047](https://redirect.github.com/esphome/esphome/pull/8047) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- Fix Waveshare 7in5bv3bwr image quality in BWR mode
[esphome#8043](https://redirect.github.com/esphome/esphome/pull/8043) by
[@&#8203;zbikmarc](https://redirect.github.com/zbikmarc)
- \[json] use correct formatting
[esphome#8039](https://redirect.github.com/esphome/esphome/pull/8039) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[nextion] Brightness control tweaks
[esphome#8027](https://redirect.github.com/esphome/esphome/pull/8027) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (breaking-change)
- \[image] Transparency changes; code refactor
[esphome#7908](https://redirect.github.com/esphome/esphome/pull/7908) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- Added VERY_VERBOSE dfplayer printing
[esphome#8026](https://redirect.github.com/esphome/esphome/pull/8026) by
[@&#8203;solarkennedy](https://redirect.github.com/solarkennedy)
- \[core] fix comment for crc8 function in helpers.h
[esphome#8016](https://redirect.github.com/esphome/esphome/pull/8016) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
- \[debug] Add framework type to debug info
[esphome#8013](https://redirect.github.com/esphome/esphome/pull/8013) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[debug] Add ESP32 partition table logging to `dump_config`
[esphome#8012](https://redirect.github.com/esphome/esphome/pull/8012) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[psram] Improve total PSRAM display in logs by using rounded KB
values
[esphome#8008](https://redirect.github.com/esphome/esphome/pull/8008) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- Use ESPHome logo on readme page according to theme (light/dark)
[esphome#7992](https://redirect.github.com/esphome/esphome/pull/7992) by
[@&#8203;dougiteixeira](https://redirect.github.com/dougiteixeira)
- Fix compile errors with pioarduino/platform-espressif32:
wifi_component_esp32\_arduino.cpp
[esphome#7998](https://redirect.github.com/esphome/esphome/pull/7998) by
[@&#8203;bitflippersanonymous](https://redirect.github.com/bitflippersanonymous)
- Include esp_mac.h and C++20 str_startswith/str_ends
[esphome#7999](https://redirect.github.com/esphome/esphome/pull/7999) by
[@&#8203;bitflippersanonymous](https://redirect.github.com/bitflippersanonymous)
- \[esp32\_wifi] Enhance WiFi component with TCPIP core locking.
[esphome#7997](https://redirect.github.com/esphome/esphome/pull/7997) by
[@&#8203;bitflippersanonymous](https://redirect.github.com/bitflippersanonymous)
- add missing include in base_automation.h
[esphome#8001](https://redirect.github.com/esphome/esphome/pull/8001) by
[@&#8203;nielsnl68](https://redirect.github.com/nielsnl68)
- Fixed topic when mac is used
[esphome#7988](https://redirect.github.com/esphome/esphome/pull/7988) by
[@&#8203;Hadatko](https://redirect.github.com/Hadatko)
- web_server: Adds REST API POST endpoints to arm and disarm
[esphome#7985](https://redirect.github.com/esphome/esphome/pull/7985) by
[@&#8203;heythisisnate](https://redirect.github.com/heythisisnate)
- \[lvgl] fix tests
[esphome#8075](https://redirect.github.com/esphome/esphome/pull/8075) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Allow external libraries to use ESP_LOGx macros
[esphome#8078](https://redirect.github.com/esphome/esphome/pull/8078) by
[@&#8203;kroimon](https://redirect.github.com/kroimon)
- \[uptime] Add text_sensor
[esphome#8028](https://redirect.github.com/esphome/esphome/pull/8028) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-platform)
- \[image] Fix mdi images
[esphome#8082](https://redirect.github.com/esphome/esphome/pull/8082) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[ili9xxx] psram and 8 bit changes
[esphome#8084](https://redirect.github.com/esphome/esphome/pull/8084) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[spi] Restore `SPIDelegateDummy`
[esphome#8019](https://redirect.github.com/esphome/esphome/pull/8019) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lvgl] fix lvgl.widget.update and friends
[esphome#8087](https://redirect.github.com/esphome/esphome/pull/8087) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- fix(web_server/fan): send speed update values even when fan is off
[esphome#8086](https://redirect.github.com/esphome/esphome/pull/8086) by
[@&#8203;distante](https://redirect.github.com/distante)
- \[es7210] add support for es7210 ADC
[esphome#8007](https://redirect.github.com/esphome/esphome/pull/8007) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- \[event] Store `last_event_type` in class
[esphome#8088](https://redirect.github.com/esphome/esphome/pull/8088) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[prometheus] Select, media_player, and number prometheus metrics
[esphome#7895](https://redirect.github.com/esphome/esphome/pull/7895) by
[@&#8203;jzucker2](https://redirect.github.com/jzucker2)
- Bump docker/build-push-action from 6.11.0 to 6.12.0 in
/.github/actions/build-image
[esphome#8090](https://redirect.github.com/esphome/esphome/pull/8090) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Revert "Add resistance_sampler interface for config validation"
[esphome#8093](https://redirect.github.com/esphome/esphome/pull/8093) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Fix running pre-commit on Windows
[esphome#8095](https://redirect.github.com/esphome/esphome/pull/8095) by
[@&#8203;stellar-aria](https://redirect.github.com/stellar-aria)
- Remove black-formatter from pre-commit hooks
[esphome#8097](https://redirect.github.com/esphome/esphome/pull/8097) by
[@&#8203;stellar-aria](https://redirect.github.com/stellar-aria)
- Increase Daly-BMS coltage cells from 16 to 18 cells
[esphome#8057](https://redirect.github.com/esphome/esphome/pull/8057) by
[@&#8203;j-sepul](https://redirect.github.com/j-sepul)
- \[image]Rename option "use_transparency"
[esphome#8113](https://redirect.github.com/esphome/esphome/pull/8113) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[online_image] Use RAMAllocator
[esphome#8114](https://redirect.github.com/esphome/esphome/pull/8114) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- Fixed incorrect display dimension
[esphome#8110](https://redirect.github.com/esphome/esphome/pull/8110) by
[@&#8203;Duckle29](https://redirect.github.com/Duckle29)
- Update defines.h for esp-idf 5.1.5
[esphome#8117](https://redirect.github.com/esphome/esphome/pull/8117) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[audio_adc] Add new `audio_adc` component
[esphome#8094](https://redirect.github.com/esphome/esphome/pull/8094) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (new-integration)
- \[uptime] Cosmetic improvements for uptime text_sensor
[esphome#8101](https://redirect.github.com/esphome/esphome/pull/8101) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[es8156] Add support for ES8156 audio DAC
[esphome#8085](https://redirect.github.com/esphome/esphome/pull/8085) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (new-integration)
- \[esp32\_touch] Fix deprecated warning
[esphome#8092](https://redirect.github.com/esphome/esphome/pull/8092) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[core] Remove old style platform configuration
[esphome#8118](https://redirect.github.com/esphome/esphome/pull/8118) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- Bump actions/stale from 9.0.0 to 9.1.0
[esphome#8120](https://redirect.github.com/esphome/esphome/pull/8120) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[custom] Remove platforms
[esphome#8119](https://redirect.github.com/esphome/esphome/pull/8119) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (breaking-change)
- Add: Human Presence and Target Count to the Seeed Studio MR60BHA2
[esphome#8010](https://redirect.github.com/esphome/esphome/pull/8010) by
[@&#8203;limengdu](https://redirect.github.com/limengdu) (new-platform)
- \[es7243e] Add support for ES7243E audio ADC
[esphome#8098](https://redirect.github.com/esphome/esphome/pull/8098) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (new-integration)
- \[debug] fix debug_esp32 printf for partition size and address
[esphome#8122](https://redirect.github.com/esphome/esphome/pull/8122) by
[@&#8203;fightforlife](https://redirect.github.com/fightforlife)
- \[esp32] Set logger default interface for C6
[esphome#8126](https://redirect.github.com/esphome/esphome/pull/8126) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[core] add support for custom platform
[esphome#7616](https://redirect.github.com/esphome/esphome/pull/7616) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- Add verbose logging for pulse width calculation in pulse_meter
[esphome#8124](https://redirect.github.com/esphome/esphome/pull/8124) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
- \[ads1115] Add sample rate control
[esphome#8102](https://redirect.github.com/esphome/esphome/pull/8102) by
[@&#8203;brambo123](https://redirect.github.com/brambo123)
- Fix mqtt climate step rounding
[esphome#8121](https://redirect.github.com/esphome/esphome/pull/8121) by
[@&#8203;olemmela](https://redirect.github.com/olemmela)
- \[spi] Fix data type in bitbash transfer\_()
[esphome#8125](https://redirect.github.com/esphome/esphome/pull/8125) by
[@&#8203;oliv3r](https://redirect.github.com/oliv3r)
- \[online_image] Add binary bmp support
[esphome#8116](https://redirect.github.com/esphome/esphome/pull/8116) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[online_image] Code Improvements
[esphome#8130](https://redirect.github.com/esphome/esphome/pull/8130) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- Update mdns for ESP-IDF
[esphome#8145](https://redirect.github.com/esphome/esphome/pull/8145) by
[@&#8203;HeMan](https://redirect.github.com/HeMan)
- Include Bluetooth connection slot allocations in connections free
message
[esphome#8148](https://redirect.github.com/esphome/esphome/pull/8148) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[esp32\_ble_server] Create custom services, characteristics and
descriptors
[esphome#7009](https://redirect.github.com/esphome/esphome/pull/7009) by
[@&#8203;Rapsssito](https://redirect.github.com/Rapsssito)
(new-integration)
- \[online_image] Add JPEG support to online_image
[esphome#8127](https://redirect.github.com/esphome/esphome/pull/8127) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[logger] Ensure PRIu32 and friends are available
[esphome#8155](https://redirect.github.com/esphome/esphome/pull/8155) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Fix forgotten uses of use_transparency
[esphome#8115](https://redirect.github.com/esphome/esphome/pull/8115) by
[@&#8203;kroimon](https://redirect.github.com/kroimon)
- Add multicast support to udp component
[esphome#8051](https://redirect.github.com/esphome/esphome/pull/8051) by
[@&#8203;HeMan](https://redirect.github.com/HeMan)
- \[display] Properly handle case of auto_clear_enabled: false
[esphome#8156](https://redirect.github.com/esphome/esphome/pull/8156) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[esp32\_rmt] Increase default symbols in led strip and remove IRAM
config
[esphome#8133](https://redirect.github.com/esphome/esphome/pull/8133) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[climate] Accept °K as intended
[esphome#8134](https://redirect.github.com/esphome/esphome/pull/8134) by
[@&#8203;oliv3r](https://redirect.github.com/oliv3r)
- Bump docker/build-push-action from 6.12.0 to 6.13.0 in
/.github/actions/build-image
[esphome#8136](https://redirect.github.com/esphome/esphome/pull/8136) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
[esphome#8137](https://redirect.github.com/esphome/esphome/pull/8137) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/setup-python from 5.3.0 to 5.4.0
[esphome#8154](https://redirect.github.com/esphome/esphome/pull/8154) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/setup-python from 5.3.0 to 5.4.0 in
/.github/actions/restore-python
[esphome#8153](https://redirect.github.com/esphome/esphome/pull/8153) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[remote_transmitter] Fix issues with 32bit rollover on esp8266 and
libretiny
[esphome#8056](https://redirect.github.com/esphome/esphome/pull/8056) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- Use abspath for config path dir
[esphome#8044](https://redirect.github.com/esphome/esphome/pull/8044) by
[@&#8203;NicoIIT](https://redirect.github.com/NicoIIT)
- \[remote_base] Add default value for offset in is_valid
[esphome#8159](https://redirect.github.com/esphome/esphome/pull/8159) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- feat(core): Add support for <...> includes
[esphome#8132](https://redirect.github.com/esphome/esphome/pull/8132) by
[@&#8203;Rapsssito](https://redirect.github.com/Rapsssito)
- Bump zeroconf to 0.143.0
[esphome#8104](https://redirect.github.com/esphome/esphome/pull/8104) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[i2s_audio] Media Player Components PR1
[esphome#8163](https://redirect.github.com/esphome/esphome/pull/8163) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[audio, i2s_audio, speaker] Media Player Components PR2
[esphome#8164](https://redirect.github.com/esphome/esphome/pull/8164) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[audio] Media Player Components PR3
[esphome#8165](https://redirect.github.com/esphome/esphome/pull/8165) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Add virtual get_flags() to GPIOPin and implementation in
InternalGPIOPin derivatives
[esphome#8151](https://redirect.github.com/esphome/esphome/pull/8151) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
- Make get_flags() in GPIOPin mandatory
[esphome#8182](https://redirect.github.com/esphome/esphome/pull/8182) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
- \[audio] Media Player Components PR4
[esphome#8166](https://redirect.github.com/esphome/esphome/pull/8166) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[audio] Media Player Components PR5
[esphome#8167](https://redirect.github.com/esphome/esphome/pull/8167) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[audio] Media Player Components PR6
[esphome#8168](https://redirect.github.com/esphome/esphome/pull/8168) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Remove arm/v7 container image support
[esphome#8194](https://redirect.github.com/esphome/esphome/pull/8194) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[resampler] Media Player Components PR7
[esphome#8169](https://redirect.github.com/esphome/esphome/pull/8169) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- \[mixer] Media Player Components PR8
[esphome#8170](https://redirect.github.com/esphome/esphome/pull/8170) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- \[CI] Consolidate some tests (A)
[esphome#8184](https://redirect.github.com/esphome/esphome/pull/8184) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (B)
[esphome#8185](https://redirect.github.com/esphome/esphome/pull/8185) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (C)
[esphome#8186](https://redirect.github.com/esphome/esphome/pull/8186) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (D)
[esphome#8189](https://redirect.github.com/esphome/esphome/pull/8189) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (E)
[esphome#8191](https://redirect.github.com/esphome/esphome/pull/8191) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (F)
[esphome#8195](https://redirect.github.com/esphome/esphome/pull/8195) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (G)
[esphome#8196](https://redirect.github.com/esphome/esphome/pull/8196) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (H)
[esphome#8198](https://redirect.github.com/esphome/esphome/pull/8198) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (K, L)
[esphome#8201](https://redirect.github.com/esphome/esphome/pull/8201) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (M)
[esphome#8202](https://redirect.github.com/esphome/esphome/pull/8202) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (I, J)
[esphome#8200](https://redirect.github.com/esphome/esphome/pull/8200) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[i2c] Workaround for i2c on s2
[esphome#8188](https://redirect.github.com/esphome/esphome/pull/8188) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[lvgl] add triggers for swipe gestures
[esphome#8190](https://redirect.github.com/esphome/esphome/pull/8190) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[xxtea] Extract encryption functions to separate component
[esphome#8183](https://redirect.github.com/esphome/esphome/pull/8183) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-integration)
- \[lvgl] Make layouts work properly on base display
[esphome#8193](https://redirect.github.com/esphome/esphome/pull/8193) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[preferences] Better handling of flash_write_interval
[esphome#8199](https://redirect.github.com/esphome/esphome/pull/8199) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[CI] Consolidate some tests (N, O, P)
[esphome#8204](https://redirect.github.com/esphome/esphome/pull/8204) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (Q, R)
[esphome#8205](https://redirect.github.com/esphome/esphome/pull/8205) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[prometheus] Add update entity to prometheus metrics
[esphome#8173](https://redirect.github.com/esphome/esphome/pull/8173) by
[@&#8203;jzucker2](https://redirect.github.com/jzucker2)
- \[uponor_smatrix] add target temperature as sensor
[esphome#7745](https://redirect.github.com/esphome/esphome/pull/7745) by
[@&#8203;janschroeter](https://redirect.github.com/janschroeter)
- \[sdl] Implement binary sensors from keystrokes
[esphome#8207](https://redirect.github.com/esphome/esphome/pull/8207) by
[@&#8203;bdm310](https://redirect.github.com/bdm310) (new-platform)
- Bump the docker-actions group with 2 updates
[esphome#8215](https://redirect.github.com/esphome/esphome/pull/8215) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[esp32\_rmt] Set pull-up and open-drain modes based on pin schema
[esphome#8178](https://redirect.github.com/esphome/esphome/pull/8178) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
(breaking-change)
- Add Toto protocol to remote receiver and transmitter
[esphome#8177](https://redirect.github.com/esphome/esphome/pull/8177) by
[@&#8203;G-Two](https://redirect.github.com/G-Two)
- Markdown tweaks/updates
[esphome#8211](https://redirect.github.com/esphome/esphome/pull/8211) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (S)
[esphome#8206](https://redirect.github.com/esphome/esphome/pull/8206) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (U, V, W, X, Y, Z)
[esphome#8210](https://redirect.github.com/esphome/esphome/pull/8210) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (T)
[esphome#8208](https://redirect.github.com/esphome/esphome/pull/8208) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[online_image]Pin specific version of JPEG library
[esphome#8217](https://redirect.github.com/esphome/esphome/pull/8217) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[logger] Add runtime level select
[esphome#8222](https://redirect.github.com/esphome/esphome/pull/8222) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-integration)
- \[online_image] Set Accept header
[esphome#8216](https://redirect.github.com/esphome/esphome/pull/8216) by
[@&#8203;candrews](https://redirect.github.com/candrews)
- \[waveshare_epaper] Rationalise and complete tests
[esphome#8221](https://redirect.github.com/esphome/esphome/pull/8221) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Fix pref conflict of WiFi creds and fast_connect
[esphome#8219](https://redirect.github.com/esphome/esphome/pull/8219) by
[@&#8203;QRPp](https://redirect.github.com/QRPp)
- Don't activate venv in devcontainer
[esphome#8128](https://redirect.github.com/esphome/esphome/pull/8128) by
[@&#8203;kroimon](https://redirect.github.com/kroimon)
- Add ADC sampling method option
[esphome#8131](https://redirect.github.com/esphome/esphome/pull/8131) by
[@&#8203;blind-oracle](https://redirect.github.com/blind-oracle)
- \[ota] Increase socket timeout earlier in OTA script
[esphome#8129](https://redirect.github.com/esphome/esphome/pull/8129) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[speaker] Media Player Components PR9
[esphome#8171](https://redirect.github.com/esphome/esphome/pull/8171) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- Add partial update of GDEW029T5 e-paper display
[esphome#8162](https://redirect.github.com/esphome/esphome/pull/8162) by
[@&#8203;mystster](https://redirect.github.com/mystster)
- Add waveshare 2.9inch e-Paper HAT (D)
[esphome#7906](https://redirect.github.com/esphome/esphome/pull/7906) by
[@&#8203;TataGEEK](https://redirect.github.com/TataGEEK)
- \[http_request]Use std::string for headers
[esphome#8225](https://redirect.github.com/esphome/esphome/pull/8225) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[online_image] Improve error handling
[esphome#8212](https://redirect.github.com/esphome/esphome/pull/8212) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[speaker] Bugfix: Ensure all audio is played after completely
decoding a file
[esphome#8231](https://redirect.github.com/esphome/esphome/pull/8231) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[voice_assistant] Add announce support
[esphome#8232](https://redirect.github.com/esphome/esphome/pull/8232) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[prometheus] Adding valve entity metrics
[esphome#8223](https://redirect.github.com/esphome/esphome/pull/8223) by
[@&#8203;jzucker2](https://redirect.github.com/jzucker2)
- Added Waveshare e-paper display model "7.50inv2p" to the
waveshare_epaper component.
[esphome#7751](https://redirect.github.com/esphome/esphome/pull/7751) by
[@&#8203;tmpeh](https://redirect.github.com/tmpeh)
- added Waveshare BWR Mode for the 4.2in Display
[esphome#7995](https://redirect.github.com/esphome/esphome/pull/7995) by
[@&#8203;itpcc](https://redirect.github.com/itpcc)
- Add GDEY029T94 support
[esphome#7931](https://redirect.github.com/esphome/esphome/pull/7931) by
[@&#8203;danielkoek](https://redirect.github.com/danielkoek)
- GDEY042T81 e-paper displays support
[esphome#8061](https://redirect.github.com/esphome/esphome/pull/8061) by
[@&#8203;mgruener](https://redirect.github.com/mgruener)
- Add support for Waveshare 7.3" ACeP 7-Color display
[esphome#6380](https://redirect.github.com/esphome/esphome/pull/6380) by
[@&#8203;NeilSCGH](https://redirect.github.com/NeilSCGH)
- Bump esphome-dashboard to
[`2025021`](https://redirect.github.com/esphome/esphome/commit/20250212).0
[esphome#8235](https://redirect.github.com/esphome/esphome/pull/8235) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[online_image]Fix reset if buffer not allocated
[esphome#8236](https://redirect.github.com/esphome/esphome/pull/8236) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[core] Ignore dot-prefixed config entries when looking for target
platform
[esphome#8240](https://redirect.github.com/esphome/esphome/pull/8240) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Bump zeroconf to 0.144.1
[esphome#8238](https://redirect.github.com/esphome/esphome/pull/8238) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Fix `config_dir` for dashboard
[esphome#8242](https://redirect.github.com/esphome/esphome/pull/8242) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[cse7766] Remove `stream` dependency
[esphome#7720](https://redirect.github.com/esphome/esphome/pull/7720) by
[@&#8203;gabest11](https://redirect.github.com/gabest11)
- \[graph] Remove `stream` dependency
[esphome#8243](https://redirect.github.com/esphome/esphome/pull/8243) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[modbus_controller] Remove `stream` dependency
[esphome#8244](https://redirect.github.com/esphome/esphome/pull/8244) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[logger] Fix bug causing global log level to be overwritten
[esphome#8248](https://redirect.github.com/esphome/esphome/pull/8248) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- Add support for the DAC on the S2
[esphome#8030](https://redirect.github.com/esphome/esphome/pull/8030) by
[@&#8203;maraid](https://redirect.github.com/maraid)
- Fix crash when storage file doesnt exist yet
[esphome#8249](https://redirect.github.com/esphome/esphome/pull/8249) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- don't crash on null pages
[esphome#8254](https://redirect.github.com/esphome/esphome/pull/8254) by
[@&#8203;ssieb](https://redirect.github.com/ssieb)
- \[scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds
[esphome#8256](https://redirect.github.com/esphome/esphome/pull/8256) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
(breaking-change)
- Bump zeroconf to 0.144.3
[esphome#8253](https://redirect.github.com/esphome/esphome/pull/8253) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- DHT platform now supports modules with inbuilt external resistor
[esphome#8257](https://redirect.github.com/esphome/esphome/pull/8257) by
[@&#8203;deCodeIt](https://redirect.github.com/deCodeIt)
- Replace glyphsets with esphome_glyphsets
[esphome#8261](https://redirect.github.com/esphome/esphome/pull/8261) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump aioesphomeapi to 29.1.0
[esphome#8105](https://redirect.github.com/esphome/esphome/pull/8105) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump openssh-client to 1:9.2p1-2+deb12u4 to fix docker builds
[esphome#8269](https://redirect.github.com/esphome/esphome/pull/8269) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Increase default repeat delay for Toto remote transmitter protocol
[esphome#8265](https://redirect.github.com/esphome/esphome/pull/8265) by
[@&#8203;G-Two](https://redirect.github.com/G-Two)
- Bump zeroconf to 0.145.1
[esphome#8267](https://redirect.github.com/esphome/esphome/pull/8267) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2025-02-22 09:14:07 +01:00
f9718aaf9e chore(helm): update chart common to v25.4.10 (#31268)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.4.4` ->
`25.4.10` |
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.3.1` ->
`25.4.10` |
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.2.6` ->
`25.4.10` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciIsInR5cGUvcGF0Y2giXX0=-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-27 12:38:18 +01:00
836c4134f2 chore(helm): update chart common 25.3.1 → 25.4.4 (#30594)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.3.1` ->
`25.4.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-25 11:07:55 +01:00
TrueCharts BotandGitHub c6891d3412 chore(helm): update image docker.io/esphome/esphome 2024.12.2 → 2024.12.4 (#31039)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | patch |
`b2c6322` -> `fb17727` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>esphome/esphome (docker.io/esphome/esphome)</summary>

###
[`v2024.12.4`](https://redirect.github.com/esphome/esphome/releases/tag/2024.12.4)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2024.12.2...2024.12.4)

- Bump python3-setuptools to 66.1.1-1+deb12u1
[esphome#8074](https://redirect.github.com/esphome/esphome/pull/8074) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-24 12:55:00 +00:00
29122ab3d0 chore(helm): update chart common 25.2.5 → 25.3.1 (#30462)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.2.5` ->
`25.3.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NC4xIiwidXBkYXRlZEluVmVyIjoiMzkuODQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-12-30 15:44:04 +02:00
36b91b5aa4 chore(helm): update chart common 25.2.4 → 25.2.5 (#30408)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.4` ->
`25.2.5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-12-29 14:20:05 +01:00
TrueCharts BotandGitHub 9dd3627c8b chore(helm): update chart common 25.2.2 → 25.2.4 (#30345)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.2` ->
`25.2.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2024-12-28 12:33:04 +02:00
TrueCharts BotandGitHub cae1a8cd8e chore(helm): update image docker.io/esphome/esphome 2024.11.3 → 2024.12.2 (#30187)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | minor |
`92d8744` -> `b2c6322` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>esphome/esphome (docker.io/esphome/esphome)</summary>

###
[`v2024.12.2`](https://redirect.github.com/esphome/esphome/releases/tag/2024.12.2)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2024.12.1...2024.12.2)

- \[esp32] Fix flash size warning when using IDF
[esphome#7983](https://redirect.github.com/esphome/esphome/pull/7983) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[esp32\_ble] Fix for Improv
[esphome#7984](https://redirect.github.com/esphome/esphome/pull/7984) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)

###
[`v2024.12.1`](https://redirect.github.com/esphome/esphome/releases/tag/2024.12.1)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2024.12.0...2024.12.1)

- \[core] Bugfix: Implement ring buffer with xRingbuffer
[esphome#7973](https://redirect.github.com/esphome/esphome/pull/7973) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)

###
[`v2024.12.0`](https://redirect.github.com/esphome/esphome/releases/tag/2024.12.0)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2024.11.3...2024.12.0)

#### Full list of changes

##### New Components

- Add: Seeed Studio mr60fda2 mmwave sensor
[esphome#7576](https://redirect.github.com/esphome/esphome/pull/7576) by
[@&#8203;limengdu](https://redirect.github.com/limengdu)
(new-integration)
- Add: Seeed Studio MR60BHA2 mmWave Sensor
[esphome#7589](https://redirect.github.com/esphome/esphome/pull/7589) by
[@&#8203;limengdu](https://redirect.github.com/limengdu)
(new-integration)

##### New Platforms

- binary_sensor for switch state
[esphome#7819](https://redirect.github.com/esphome/esphome/pull/7819) by
[@&#8203;ssieb](https://redirect.github.com/ssieb) (new-platform)
- Add H-Bridge switch component
[esphome#7421](https://redirect.github.com/esphome/esphome/pull/7421) by
[@&#8203;dwmw2](https://redirect.github.com/dwmw2) (new-platform)

##### Breaking Changes

- Fix entity name validation to allow "Off" and "On"
[esphome#7821](https://redirect.github.com/esphome/esphome/pull/7821) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- MQTT sensors handling of publishing NaN values
[esphome#7768](https://redirect.github.com/esphome/esphome/pull/7768) by
[@&#8203;kbullet](https://redirect.github.com/kbullet) (breaking-change)
- Synchronise esp32 boards with platform version 51.03.07
[esphome#7945](https://redirect.github.com/esphome/esphome/pull/7945) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[sgp30] Set default update interval to 60s
[esphome#7952](https://redirect.github.com/esphome/esphome/pull/7952) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)

##### Beta Changes

- \[const] Add RMT CONF variables to const.py
[esphome#7953](https://redirect.github.com/esphome/esphome/pull/7953) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[sgp30] Set default update interval to 60s
[esphome#7952](https://redirect.github.com/esphome/esphome/pull/7952) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[dallas_temp] Move delay_microseconds_safe to iram
[esphome#7957](https://redirect.github.com/esphome/esphome/pull/7957) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[i2s_audio] Bugfix: Correctly set ring buffer size
[esphome#7959](https://redirect.github.com/esphome/esphome/pull/7959) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[adc] Restore missing LIBRETINY code in a separated file
[esphome#7955](https://redirect.github.com/esphome/esphome/pull/7955) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[font] cleanly handle font file format exception (Bugfix)
[esphome#7970](https://redirect.github.com/esphome/esphome/pull/7970) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[dashboard] Accept basic auth header
[esphome#7965](https://redirect.github.com/esphome/esphome/pull/7965) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Bump esphome-dashboard to
[`2024121`](https://redirect.github.com/esphome/esphome/commit/20241217).1
[esphome#7971](https://redirect.github.com/esphome/esphome/pull/7971) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[esp32\_ble] Use RAMAllocator to avoid panic abort from `new`
[esphome#7936](https://redirect.github.com/esphome/esphome/pull/7936) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)

##### All changes

- Bump codecov/codecov-action from 4 to 5
[esphome#7771](https://redirect.github.com/esphome/esphome/pull/7771) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[remote_base] Fix extra comma in dump raw
[esphome#7774](https://redirect.github.com/esphome/esphome/pull/7774) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[nextion] New trigger `on_buffer_overflow`
[esphome#7772](https://redirect.github.com/esphome/esphome/pull/7772) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- enable rp2040 for online_image
[esphome#7769](https://redirect.github.com/esphome/esphome/pull/7769) by
[@&#8203;afflux](https://redirect.github.com/afflux)
- \[nextion] Add publish actions
[esphome#7646](https://redirect.github.com/esphome/esphome/pull/7646) by
[@&#8203;pkejval](https://redirect.github.com/pkejval)
- \[wifi] Make wifi_channel\_() public
[esphome#7818](https://redirect.github.com/esphome/esphome/pull/7818) by
[@&#8203;nielsnl68](https://redirect.github.com/nielsnl68)
- feat(WiFi): Add wifi.configure action
[esphome#7335](https://redirect.github.com/esphome/esphome/pull/7335) by
[@&#8203;Rapsssito](https://redirect.github.com/Rapsssito)
- allow multiple graphical menus
[esphome#7809](https://redirect.github.com/esphome/esphome/pull/7809) by
[@&#8203;ssieb](https://redirect.github.com/ssieb)
- Move `CONF_NAME_ADD_MAC_SUFFIX` to `const.py`
[esphome#7820](https://redirect.github.com/esphome/esphome/pull/7820) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- binary_sensor for switch state
[esphome#7819](https://redirect.github.com/esphome/esphome/pull/7819) by
[@&#8203;ssieb](https://redirect.github.com/ssieb) (new-platform)
- \[nextion] Remove assignment within `if`
[esphome#7824](https://redirect.github.com/esphome/esphome/pull/7824) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[ota] `void` functions should return nothing
[esphome#7825](https://redirect.github.com/esphome/esphome/pull/7825) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[safe_mode] Remove unused capture
[esphome#7826](https://redirect.github.com/esphome/esphome/pull/7826) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[stepper] Remove unnecessary `#include`
[esphome#7827](https://redirect.github.com/esphome/esphome/pull/7827) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[sx1509] Fix up includes
[esphome#7828](https://redirect.github.com/esphome/esphome/pull/7828) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[uart] `void` functions should return nothing
[esphome#7829](https://redirect.github.com/esphome/esphome/pull/7829) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[audio] Header modernization
[esphome#7832](https://redirect.github.com/esphome/esphome/pull/7832) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[opentherm] Follow variable naming convention
[esphome#7833](https://redirect.github.com/esphome/esphome/pull/7833) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[opentherm] Add nolint for 8266 static global
[esphome#7837](https://redirect.github.com/esphome/esphome/pull/7837) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[helpers] Add NOLINT for Mutex private field `handle_`
[esphome#7838](https://redirect.github.com/esphome/esphome/pull/7838) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Add waveshare 1 45 in v2 b support
[esphome#7052](https://redirect.github.com/esphome/esphome/pull/7052) by
[@&#8203;programmingbgloDE](https://redirect.github.com/programmingbgloDE)
- added Waveshare BWR Mode for the 7.5in Display
[esphome#7687](https://redirect.github.com/esphome/esphome/pull/7687) by
[@&#8203;JonasB2497](https://redirect.github.com/JonasB2497)
- \[homeassistant.number] Return when value not set
[esphome#7839](https://redirect.github.com/esphome/esphome/pull/7839) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Add/update some system include paths
[esphome#7831](https://redirect.github.com/esphome/esphome/pull/7831) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- add on_key trigger to matrix_keypad
[esphome#7830](https://redirect.github.com/esphome/esphome/pull/7830) by
[@&#8203;ssieb](https://redirect.github.com/ssieb)
- Add: Seeed Studio mr60fda2 mmwave sensor
[esphome#7576](https://redirect.github.com/esphome/esphome/pull/7576) by
[@&#8203;limengdu](https://redirect.github.com/limengdu)
(new-integration)
- \[lvgl] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7843](https://redirect.github.com/esphome/esphome/pull/7843) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[xiaomi_ble] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7860](https://redirect.github.com/esphome/esphome/pull/7860) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[wireguard] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7859](https://redirect.github.com/esphome/esphome/pull/7859) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[dsmr] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7848](https://redirect.github.com/esphome/esphome/pull/7848) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Fix entity name validation to allow "Off" and "On"
[esphome#7821](https://redirect.github.com/esphome/esphome/pull/7821) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[camera_web_server] Add `NOLINT` due to naming
[esphome#7823](https://redirect.github.com/esphome/esphome/pull/7823) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[display_menu_base] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7847](https://redirect.github.com/esphome/esphome/pull/7847) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[nextion] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7852](https://redirect.github.com/esphome/esphome/pull/7852) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[shelly_dimmer] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7844](https://redirect.github.com/esphome/esphome/pull/7844) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[sim800l] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7856](https://redirect.github.com/esphome/esphome/pull/7856) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[nfc, pn532, pn7150, pn7160] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7853](https://redirect.github.com/esphome/esphome/pull/7853) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[output] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7854](https://redirect.github.com/esphome/esphome/pull/7854) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[sun_gtil2] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7858](https://redirect.github.com/esphome/esphome/pull/7858) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[pipsolar] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7855](https://redirect.github.com/esphome/esphome/pull/7855) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[ltr501] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7850](https://redirect.github.com/esphome/esphome/pull/7850) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[cse7766] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7846](https://redirect.github.com/esphome/esphome/pull/7846) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[alarm_control_panel] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7845](https://redirect.github.com/esphome/esphome/pull/7845) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[sprinkler] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7857](https://redirect.github.com/esphome/esphome/pull/7857) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[haier] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7849](https://redirect.github.com/esphome/esphome/pull/7849) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[mqtt] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7851](https://redirect.github.com/esphome/esphome/pull/7851) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[helpers, optional] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7841](https://redirect.github.com/esphome/esphome/pull/7841) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Move `USE_CAPTIVE_PORTAL` into all define groups it can be used with
[esphome#7863](https://redirect.github.com/esphome/esphome/pull/7863) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Bump docker/build-push-action from 6.9.0 to 6.10.0 in
/.github/actions/build-image
[esphome#7866](https://redirect.github.com/esphome/esphome/pull/7866) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- python lint for platform components
[esphome#7864](https://redirect.github.com/esphome/esphome/pull/7864) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[max31865] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7876](https://redirect.github.com/esphome/esphome/pull/7876) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[esp32\_ble] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7883](https://redirect.github.com/esphome/esphome/pull/7883) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[mqtt] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7877](https://redirect.github.com/esphome/esphome/pull/7877) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[uln2003] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7881](https://redirect.github.com/esphome/esphome/pull/7881) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[rotary_encoder] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7880](https://redirect.github.com/esphome/esphome/pull/7880) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[pca6416a, pca9554] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7879](https://redirect.github.com/esphome/esphome/pull/7879) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[nextion] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7878](https://redirect.github.com/esphome/esphome/pull/7878) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[various] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7874](https://redirect.github.com/esphome/esphome/pull/7874) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[logger] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7875](https://redirect.github.com/esphome/esphome/pull/7875) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[ezo] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7873](https://redirect.github.com/esphome/esphome/pull/7873) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[apds9306] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7872](https://redirect.github.com/esphome/esphome/pull/7872) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[dht] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7871](https://redirect.github.com/esphome/esphome/pull/7871) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[network] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7870](https://redirect.github.com/esphome/esphome/pull/7870) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[lvgl] Make image update via lambda work
[esphome#7886](https://redirect.github.com/esphome/esphome/pull/7886) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[deep_sleep] fix deep_sleep not keeping awake when sleep_duration is
defined
[esphome#7885](https://redirect.github.com/esphome/esphome/pull/7885) by
[@&#8203;makstech](https://redirect.github.com/makstech)
- \[hx711] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7900](https://redirect.github.com/esphome/esphome/pull/7900) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[modbus_controller] Clang fixes
[esphome#7899](https://redirect.github.com/esphome/esphome/pull/7899) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Add H-Bridge switch component
[esphome#7421](https://redirect.github.com/esphome/esphome/pull/7421) by
[@&#8203;dwmw2](https://redirect.github.com/dwmw2) (new-platform)
- \[CI] Bump GHA runners to `ubuntu-24.04`
[esphome#7905](https://redirect.github.com/esphome/esphome/pull/7905) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[font et. al.] Remove explicit check for pillow installed.
[esphome#7891](https://redirect.github.com/esphome/esphome/pull/7891) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[CI] Update clang-tidy to 18.1.3
[esphome#7822](https://redirect.github.com/esphome/esphome/pull/7822) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- MQTT sensors handling of publishing NaN values
[esphome#7768](https://redirect.github.com/esphome/esphome/pull/7768) by
[@&#8203;kbullet](https://redirect.github.com/kbullet) (breaking-change)
- \[ble] Allow setting shorter name for ble advertisements
[esphome#7867](https://redirect.github.com/esphome/esphome/pull/7867) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[font] Restore correct default glyphs for bitmap fonts
[esphome#7907](https://redirect.github.com/esphome/esphome/pull/7907) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[helpers] clang-tidy fix for
[#&#8203;7706](https://redirect.github.com/esphome/esphome/issues/7706)
[esphome#7909](https://redirect.github.com/esphome/esphome/pull/7909) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[docker] Fix clang-tidy installation
[esphome#7910](https://redirect.github.com/esphome/esphome/pull/7910) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[sntp] Resolve warnings from ESP-IDF 5.x
[esphome#7913](https://redirect.github.com/esphome/esphome/pull/7913) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Add strftime variant with background color
[esphome#7714](https://redirect.github.com/esphome/esphome/pull/7714) by
[@&#8203;mikosoft83](https://redirect.github.com/mikosoft83)
- \[i2s_audio] Bugfix: Follow configured bits per sample
[esphome#7916](https://redirect.github.com/esphome/esphome/pull/7916) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Haier AC quiet mode switch fix
[esphome#7902](https://redirect.github.com/esphome/esphome/pull/7902) by
[@&#8203;paveldn](https://redirect.github.com/paveldn)
- \[CI] Update clang-tidy to 18.1.8
[esphome#7915](https://redirect.github.com/esphome/esphome/pull/7915) by
[@&#8203;syssi](https://redirect.github.com/syssi)
- \[i2s_audio] Speaker type fix
[esphome#7919](https://redirect.github.com/esphome/esphome/pull/7919) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[esp32\_rmt_led_strip] Add `COMPONENT_SCHEMA` extending
[esphome#7918](https://redirect.github.com/esphome/esphome/pull/7918) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[esp32] Use pioarduino + IDF 5.1.5 as default for IDF builds
[esphome#7706](https://redirect.github.com/esphome/esphome/pull/7706) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Bump actions/cache from 4.1.2 to 4.2.0
[esphome#7926](https://redirect.github.com/esphome/esphome/pull/7926) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/cache from 4.1.2 to 4.2.0 in
/.github/actions/restore-python
[esphome#7925](https://redirect.github.com/esphome/esphome/pull/7925) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Add OCI Image Labels
[esphome#7924](https://redirect.github.com/esphome/esphome/pull/7924) by
[@&#8203;Passific](https://redirect.github.com/Passific)
- Move docker oci labels to correct image
[esphome#7927](https://redirect.github.com/esphome/esphome/pull/7927) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Update project description
[esphome#7928](https://redirect.github.com/esphome/esphome/pull/7928) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[modbus] More clean-up
[esphome#7921](https://redirect.github.com/esphome/esphome/pull/7921) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Add: Seeed Studio MR60BHA2 mmWave Sensor
[esphome#7589](https://redirect.github.com/esphome/esphome/pull/7589) by
[@&#8203;limengdu](https://redirect.github.com/limengdu)
(new-integration)
- Optimize QMC5883L reads
[esphome#7889](https://redirect.github.com/esphome/esphome/pull/7889) by
[@&#8203;dnschneid](https://redirect.github.com/dnschneid)
- \[display] Fix strftime overload ignoring alignment
[esphome#7937](https://redirect.github.com/esphome/esphome/pull/7937) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Add font anti-aliasing for grayscale display
[esphome#7934](https://redirect.github.com/esphome/esphome/pull/7934) by
[@&#8203;koreapyj](https://redirect.github.com/koreapyj)
- Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
[esphome#7941](https://redirect.github.com/esphome/esphome/pull/7941) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[adc] Split files by platform
[esphome#7940](https://redirect.github.com/esphome/esphome/pull/7940) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[const] Move `CONF_TEMPERATURE_COMPENSATION` to common const.py
[esphome#7943](https://redirect.github.com/esphome/esphome/pull/7943) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[lvgl] Fix image `mode` property (Bugfix)
[esphome#7938](https://redirect.github.com/esphome/esphome/pull/7938) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lvgl] Add `on_change` event
[esphome#7939](https://redirect.github.com/esphome/esphome/pull/7939) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Synchronise esp32 boards with platform version 51.03.07
[esphome#7945](https://redirect.github.com/esphome/esphome/pull/7945) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[i2c] Use correct macro to determine number of i2c peripherals for
idf
[esphome#7947](https://redirect.github.com/esphome/esphome/pull/7947) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[const] Add RMT CONF variables to const.py
[esphome#7953](https://redirect.github.com/esphome/esphome/pull/7953) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[sgp30] Set default update interval to 60s
[esphome#7952](https://redirect.github.com/esphome/esphome/pull/7952) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[dallas_temp] Move delay_microseconds_safe to iram
[esphome#7957](https://redirect.github.com/esphome/esphome/pull/7957) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[i2s_audio] Bugfix: Correctly set ring buffer size
[esphome#7959](https://redirect.github.com/esphome/esphome/pull/7959) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[adc] Restore missing LIBRETINY code in a separated file
[esphome#7955](https://redirect.github.com/esphome/esphome/pull/7955) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[font] cleanly handle font file format exception (Bugfix)
[esphome#7970](https://redirect.github.com/esphome/esphome/pull/7970) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[dashboard] Accept basic auth header
[esphome#7965](https://redirect.github.com/esphome/esphome/pull/7965) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Bump esphome-dashboard to
[`2024121`](https://redirect.github.com/esphome/esphome/commit/20241217).1
[esphome#7971](https://redirect.github.com/esphome/esphome/pull/7971) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[esp32\_ble] Use RAMAllocator to avoid panic abort from `new`
[esphome#7936](https://redirect.github.com/esphome/esphome/pull/7936) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:17:25 +00:00
TrueCharts BotandGitHub 5d3ff8ed26 chore(helm): update chart common to v25.2.2 (#29971)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.1.7` ->
`25.2.2` |
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.0` ->
`25.2.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciIsInR5cGUvcGF0Y2giXX0=-->
2024-12-27 20:37:58 +02:00
TrueCharts BotandGitHub bed05b9574 chore(helm): update image docker.io/esphome/esphome 2024.11.1 → 2024.11.3 (#30086)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | patch |
`f6a3f8e` -> `92d8744` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>esphome/esphome (docker.io/esphome/esphome)</summary>

###
[`v2024.11.3`](https://redirect.github.com/esphome/esphome/releases/tag/2024.11.3)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2024.11.2...2024.11.3)

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

###
[`v2024.11.2`](https://redirect.github.com/esphome/esphome/releases/tag/2024.11.2)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2024.11.1...2024.11.2)

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 13:14:32 +01:00
TrueCharts BotandGitHub dc89cab77b chore(helm): update image docker.io/esphome/esphome 2024.11.0 → 2024.11.1 (#29683)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/esphome/esphome | patch | `bd84969` -> `f6a3f8e` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-22 03:00:53 +01:00
TrueCharts BotandGitHub 236832bddf chore(helm): update image docker.io/esphome/esphome 2024.10.3 → 2024.11.0 (#29648)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/esphome/esphome | minor | `4e36118` -> `bd84969` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-21 03:12:57 +01:00
218212f2cc chore(helm): update chart common 25.1.5 → 25.1.7 (#29017)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.1.5` ->
`25.1.7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-12 10:37:04 +01:00
TrueCharts BotandGitHub 86cb0a27d0 chore(helm): update image docker.io/esphome/esphome 2024.10.2 → 2024.10.3 (#28992)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/esphome/esphome | patch | `e01bc22` -> `4e36118` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-08 13:28:31 +01:00
TrueCharts BotandGitHub 87cd1e0ffc chore(helm): update chart common 25.1.0 → 25.1.5 (#28377)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.1.0` ->
`25.1.5` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzEuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2024-10-27 20:11:25 +01:00
TrueCharts BotandGitHub dfdefbbf94 chore(helm): update image docker.io/esphome/esphome 2024.10.1 → 2024.10.2 (#28234)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/esphome/esphome | patch | `77680f4` -> `e01bc22` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-24 02:30:13 +02:00
TrueCharts BotandGitHub 47767a1043 chore(helm): update image docker.io/esphome/esphome 2024.10.0 → 2024.10.1 (#28148)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/esphome/esphome | patch | `78f7d12` -> `77680f4` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguNyIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-22 08:18:39 +02:00
TrueCharts BotandGitHub 37bd2b67d5 chore(helm): update chart common 25.0.0 → 25.1.0 by renovate (#27948)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.0.0` ->
`25.1.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2024-10-18 14:11:39 +02:00
TrueCharts BotandGitHub 15275424d8 chore(container): update image esphome/esphome to v2024 by renovate (#27766)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| esphome/esphome | minor | `ec10ec2` -> `78f7d12` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-16 14:22:05 +02:00
6479095334 chore(deps): update container image common to v25.0.0@6c13a11 by renovate (#26977)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | major |
`24.1.16` -> `25.0.0` |
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | major |
`24.1.19` -> `25.0.0` |
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | major |
`24.1.18` -> `25.0.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEwNi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-02 13:58:52 +02:00
TrueCharts BotandGitHub ed82c85df1 chore(deps): update container image esphome/esphome to v2024.9.2@ec10ec2 by renovate (#27129)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| esphome/esphome | patch | `2024.9.1` -> `2024.9.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEwNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-10-01 08:33:55 +02:00
TrueCharts BotandGitHub 024d64fa8b chore(deps): update container image esphome/esphome to v2024.9.1@b9a2f15 by renovate (#26768) 2024-09-24 08:42:10 +02:00
TrueCharts BotandGitHub 68894f2fff chore(deps): update container image esphome/esphome to v2024.9.0@9be06e0 by renovate (#26644)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| esphome/esphome | minor | `2024.8.3` -> `2024.9.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44OC4yIiwidXBkYXRlZEluVmVyIjoiMzguODguMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-19 02:46:57 +02:00
TrueCharts BotandGitHub 3fc10f588f chore(deps): update container image common to v24.1.16@ea19f8a by renovate (#26428)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | patch |
`24.1.15` -> `24.1.16` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-15 23:14:29 +03:00
5fca841356 chore(deps): update container image common to v24.1.15@0763087 by renovate (#26098)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | patch |
`24.1.14` -> `24.1.15` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Mi4wIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-09-09 18:16:39 +02:00
TrueCharts BotandGitHub 1b3199520b chore(deps): update container image esphome/esphome to v2024.8.3@dd5fe35 by renovate (#25847)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| esphome/esphome | patch | `2024.8.1` -> `2024.8.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC42NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNjQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-03 08:24:28 +02:00
7f5c638c42 chore(deps): update container image common to v24.1.14@d84223d by renovate (#25511)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.5` ->
`24.1.14` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.10` ->
`24.1.14` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.7` ->
`24.1.14` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

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

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Mi4yIiwidXBkYXRlZEluVmVyIjoiMzguNTIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: kqmaverick <kqmaverick@gmail.com>
2024-09-02 16:49:10 +03:00
TrueCharts BotandGitHub 2631efb934 chore(deps): update container image esphome/esphome to v2024.8.1@1eb151c by renovate (#25603)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| esphome/esphome | patch | `2024.8.0` -> `2024.8.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-28 08:30:22 +02:00
TrueCharts BotandGitHub 7a32b7f4e3 chore(deps): update container image esphome/esphome to v2024.8.0@e92f251 by renovate (#25345) 2024-08-21 14:41:08 +02:00
TrueCharts BotandGitHub 26a3b97804 chore(deps): update container image esphome/esphome to v2024.7.3@4e7488f by renovate (#24636)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| esphome/esphome | patch | `2024.7.2` -> `2024.7.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzguMTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-01 02:42:22 +02:00
TrueCharts BotandGitHub ff56ae1dac chore(deps): update container image esphome/esphome to v2024.7.2@e6e98da by renovate (#24271)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| esphome/esphome | patch | `2024.7.1` -> `2024.7.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 08:27:46 +02:00
TrueCharts BotandGitHub 677f97974d chore(deps): update container image esphome/esphome to v2024.7.1@02ae240 by renovate (#24156) 2024-07-24 16:28:40 +02:00
TrueCharts BotandGitHub 6436dd9929 chore(deps): update container image esphome/esphome to v2024.6.6@96fd7ac by renovate (#24078) 2024-07-24 15:35:05 +02:00
TrueCharts BotandGitHub 54ae87acc3 chore(deps): update container image common to v24.1.5@80d8ad4 by renovate (#23765)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.2` ->
`24.1.5` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.3` ->
`24.1.5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-28 11:16:33 +02:00
TrueCharts BotandGitHub 54a5716dc5 chore(deps): update container image esphome/esphome to v2024.6.4@3f563c6 by renovate (#23873)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| esphome/esphome | patch | `2024.6.3` -> `2024.6.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-27 14:29:34 +02:00
TrueCharts BotandGitHub ef3dee08fe chore(deps): update container image esphome/esphome to v2024.6.3@6a3b222 by renovate (#23824)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| esphome/esphome | patch | `2024.6.2` -> `2024.6.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTguMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-26 14:30:07 +02:00