J. Nick Koston
2ddf46ff0a
Fix ConfigType import
2026-02-18 18:31:41 -06:00
J. Nick Koston
d814b0fc77
[udp] Register socket consumption for CONFIG_LWIP_MAX_SOCKETS
...
The UDP component creates up to 2 sockets (broadcast + listen) but
did not register them with the socket consumption API. This could
cause CONFIG_LWIP_MAX_SOCKETS to be set too low on ESP32 IDF.
Closes https://github.com/esphome/esphome/issues/14031
2026-02-18 18:27:41 -06:00
J. Nick Koston
bd055e75b9
[core] Shrink Application::dump_config_at_ from size_t to uint16_t ( #14053 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 16:49:37 -06:00
J. Nick Koston
d90754dc0a
[http_request] Replace heavy STL containers with std::vector for headers ( #14024 )
2026-02-18 16:49:19 -06:00
J. Nick Koston
387f615dae
[api] Add handshake timeout to prevent connection slot exhaustion ( #14050 )
2026-02-18 16:48:30 -06:00
J. Nick Koston
02e310f2c9
[core] Remove unnecessary IRAM_ATTR from yield(), delay(), feed_wdt(), and arch_feed_wdt() ( #14063 )
2026-02-18 16:48:13 -06:00
Jesse Hills
d83738df87
Merge branch 'release' into dev
2026-02-19 11:43:58 +13:00
Jesse Hills
6b61edce92
Merge pull request #14062 from esphome/bump-2026.2.0
...
2026.2.0
2026.2.0
2026-02-19 11:36:00 +13:00
J. Nick Koston
09fc028895
[core] Remove dead global_state variable ( #14060 )
2026-02-18 15:16:26 -06:00
J. Nick Koston
82cfa00a97
[tlc59208f] Make mode constants inline constexpr ( #14043 )
2026-02-18 15:04:30 -06:00
J. Nick Koston
4a038978d2
[pca9685] Make mode constants inline constexpr ( #14042 )
2026-02-18 15:04:14 -06:00
Jesse Hills
2c89cded4b
Bump version to 2026.2.0
2026-02-19 09:30:04 +13:00
Jesse Hills
bd38041d04
Merge branch 'beta' into dev
2026-02-19 09:05:23 +13:00
Jesse Hills
896dc4d34d
Merge pull request #14056 from esphome/bump-2026.2.0b5
...
2026.2.0b5
2026.2.0b5
2026-02-19 09:04:47 +13:00
Jesse Hills
ab572c2882
Bump version to 2026.2.0b5
2026-02-19 08:03:44 +13:00
Jonathan Swoboda
6b8264fcaa
[external_components] Clean up incomplete clone on failed ref fetch ( #14051 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-19 08:03:43 +13:00
Jonathan Swoboda
9cd7b0b32b
[external_components] Clean up incomplete clone on failed ref fetch ( #14051 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 18:09:33 +00:00
dependabot[bot]
f73bcc0e7b
Bump cryptography from 45.0.1 to 46.0.5 ( #14049 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-18 09:08:12 -06:00
dependabot[bot]
652c669777
Bump pillow from 11.3.0 to 12.1.1 ( #14048 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-18 09:08:02 -06:00
J. Nick Koston
fb89900c64
[core] Make setup_priority and component state constants constexpr ( #14041 )
2026-02-18 08:22:36 -06:00
J. Nick Koston
fb35ddebb9
[display] Make COLOR_OFF and COLOR_ON inline constexpr ( #14044 )
2026-02-18 08:22:07 -06:00
Jesse Hills
a3d7e76992
Merge branch 'beta' into dev
2026-02-18 13:29:11 +13:00
Jesse Hills
973656191b
Merge pull request #14038 from esphome/bump-2026.2.0b4
...
2026.2.0b4
2026.2.0b4
2026-02-18 13:28:37 +13:00
Jesse Hills
d9f493ab7a
Bump version to 2026.2.0b4
2026-02-18 10:13:41 +13:00
schrob
a0c4fa6496
[openthread] Fix compiler format warning ( #14030 )
2026-02-18 10:13:41 +13:00
dependabot[bot]
5bb863f7da
Bump actions/stale from 10.1.1 to 10.2.0 ( #14036 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-17 13:24:39 -06:00
Rodrigo Martín
81ed70325c
[esp32_ble_server] fix infinitely large characteristic value ( #14011 )
2026-02-17 07:45:21 -10:00
schrob
e826d71bd8
[openthread] Fix compiler format warning ( #14030 )
2026-02-17 10:16:57 -05:00
J. Nick Koston
4cd3f6c36a
[api] Remove unused reserve from APIServer constructor ( #14017 )
2026-02-17 16:30:57 +13:00
Jesse Hills
6b4b8cb2f9
Merge branch 'beta' into dev
2026-02-17 16:22:46 +13:00
Jesse Hills
fd43bd2b7e
Merge pull request #14025 from esphome/bump-2026.2.0b3
...
2026.2.0b3
2026.2.0b3
2026-02-17 16:22:12 +13:00
Jesse Hills
5904808804
Bump version to 2026.2.0b3
2026-02-17 13:24:35 +13:00
Jonathan Swoboda
e945e9b659
[esp32_rmt] Handle ESP32 variants without RMT hardware ( #14001 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 13:24:35 +13:00
Jonathan Swoboda
df29cdbf17
[fan] Fix preset_mode not restored on boot ( #14002 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 13:24:35 +13:00
Jonathan Swoboda
f6362aa8da
[combination] Fix 'coeffecient' typo with backward-compatible deprecation ( #14004 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 13:24:35 +13:00
J. Nick Koston
1517b7799a
[wifi] Fix ESP8266 DHCP state corruption from premature dhcp_renew() ( #13983 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 13:24:35 +13:00
J. Nick Koston
0c4827d348
[json, core] Remove stored RAMAllocator, make constructors constexpr ( #14000 )
2026-02-16 08:09:53 -06:00
J. Nick Koston
81872d9822
[camera, camera_encoder] Remove stored RAMAllocator member ( #13997 )
2026-02-16 08:09:26 -06:00
J. Nick Koston
ffb9a00e26
[online_image] Remove stored RAMAllocator member from DownloadBuffer ( #13999 )
2026-02-16 08:09:13 -06:00
J. Nick Koston
f2c827f9a2
[runtime_image] Remove stored RAMAllocator member ( #13998 )
2026-02-16 08:08:43 -06:00
Cornelius A. Ludmann
f2cb5db9e0
[epaper_spi] Add Waveshare 7.5in e-Paper (H) ( #13991 )
2026-02-16 13:44:30 +11:00
Kevin Ahrendt
066419019f
[audio] Support reallocating non-empty AudioTransferBuffer ( #13979 )
2026-02-15 16:09:35 -05:00
Pawelo
15da6d0a0b
[epaper_spi] Add WeAct 3-color e-paper display support ( #13894 )
2026-02-16 07:58:51 +11:00
Jonathan Swoboda
6303bc3e35
[esp32_rmt] Handle ESP32 variants without RMT hardware ( #14001 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 13:23:06 -05:00
Jonathan Swoboda
0f4dc6702d
[fan] Fix preset_mode not restored on boot ( #14002 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 12:11:50 -05:00
Jonathan Swoboda
f48c8a6444
[combination] Fix 'coeffecient' typo with backward-compatible deprecation ( #14004 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 12:11:36 -05:00
dependabot[bot]
38404b2013
Bump ruff from 0.15.0 to 0.15.1 ( #13980 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-02-14 15:11:17 -07:00
AndreKR
5a6d64814a
[http_request] Improve TLS logging on ESP8266 ( #13985 )
2026-02-14 10:08:26 -07:00
J. Nick Koston
36776b40c2
[wifi] Fix ESP8266 DHCP state corruption from premature dhcp_renew() ( #13983 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-14 08:21:04 -07:00
Jesse Hills
58c3ba7ac6
Merge branch 'beta' into dev
2026-02-14 16:03:25 +13:00