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=-->
This commit is contained in:
TrueCharts Bot
2025-02-22 09:14:07 +01:00
committed by GitHub
parent 9abac3eca7
commit e8a44e295a
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2024.12.4
appVersion: 2025.2.0
dependencies:
- name: common
version: 25.4.10
@@ -32,4 +32,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/esphome
- https://hub.docker.com/r/esphome/esphome
type: application
version: 21.12.1
version: 22.0.0

View File

@@ -1,7 +1,7 @@
image:
repository: docker.io/esphome/esphome
pullPolicy: IfNotPresent
tag: 2024.12.4@sha256:fb17727746ec9c15394b3371da47fa4c4e2f813103ef602d9b30de38fbd725ae
tag: 2025.2.0@sha256:00ca3a161a5f59892435eff9f25f36739ab89e919352ba97a209c7da3495035e
securityContext:
container:
runAsNonRoot: false