Jonathan Swoboda and Jesse Hills
05e2c6b133
[web_server_idf] Use core format_hex_to helper for digest auth (fixes Arduino build) ( #17608 )
2026-07-21 08:18:14 +12:00
Jonathan Swoboda and Jesse Hills
2797349c75
[http_request] Fix use-after-return of header collection state in IDF backend ( #17627 )
2026-07-21 08:18:14 +12:00
Jonathan Swoboda and Jesse Hills
95a01ac2ab
[core] Improve framework mirror selection, download errors, and version parsing ( #17615 )
2026-07-21 08:18:14 +12:00
J. Nick Koston and Jesse Hills
ea01c909b7
[micro_wake_word] Include the local model file in bundles ( #17604 )
2026-07-21 08:18:14 +12:00
Jonathan Swoboda and Jesse Hills
d3655597ea
[as3935_i2c] Use repeated start when reading registers ( #17584 )
2026-07-21 08:18:14 +12:00
Jesse Hills and GitHub
920a8b761b
Merge pull request #17583 from esphome/bump-2026.7.0
...
2026.7.0
2026.7.0
2026-07-16 12:59:09 +12:00
Jonathan Swoboda and Jesse Hills
5d2372937e
[ci] Stop per-PR cache copies from crowding the 10GB Actions cache quota ( #17463 )
2026-07-16 10:16:18 +12:00
Jesse Hills
6c401d406f
Bump version to 2026.7.0
2026-07-16 09:52:34 +12:00
Jesse Hills and GitHub
78180a40c4
Merge pull request #17582 from esphome/bump-2026.7.0b4
...
2026.7.0b4
2026.7.0b4
2026-07-16 09:44:41 +12:00
Jesse Hills
63fae2c36a
Bump version to 2026.7.0b4
2026-07-16 08:23:57 +12:00
Jesse Hills
878d8a2f6a
[core] Fix wait_until crash when re-entered from its own continuation ( #17571 )
2026-07-16 08:23:57 +12:00
e056e99fd4
Bump bundled esphome-device-builder to 1.6.1 ( #17575 )
...
Co-authored-by: esphome[bot] <115708604+esphome[bot]@users.noreply.github.com>
2026-07-16 08:23:57 +12:00
Jesse Hills
3b915cf16b
[api] Warn when Home Assistant actions are sent with no subscribed client ( #17560 )
2026-07-16 08:23:57 +12:00
esphome[bot] and Jesse Hills
d1150d148d
Bump bundled esphome-device-builder to 1.6.0 ( #17573 )
2026-07-16 08:23:57 +12:00
luar123 and Jesse Hills
b5b426492a
[zigbee] bump esp-zigbee-sdk to 2.0.3 ( #17564 )
2026-07-16 08:23:57 +12:00
Jonathan Swoboda and Jesse Hills
724df7b11e
[atc_mithermometer] Make duplicate-packet counter per-instance ( #17496 )
2026-07-16 08:23:57 +12:00
Daniele Palumbo and Jesse Hills
26db22546d
[mcp23017] reset IPOL registers to 0x00 on setup ( #17177 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2026-07-16 08:23:57 +12:00
Jesse Hills and GitHub
00d2d55e09
Merge pull request #17556 from esphome/bump-2026.7.0b3
...
2026.7.0b3
2026.7.0b3
2026-07-14 16:45:55 +12:00
esphome[bot] and Jesse Hills
a833685a73
Bump bundled esphome-device-builder to 1.5.0 ( #17558 )
2026-07-14 14:51:55 +12:00
Jesse Hills
0a1065da75
[script] Recursively expand nested packages when merging component tests ( #17557 )
2026-07-14 14:11:18 +12:00
Jesse Hills
6fadf353b1
Bump version to 2026.7.0b3
2026-07-14 12:40:45 +12:00
Keith Burzinski and Jesse Hills
8da377ab43
[nextion] Fix unbounded queue growth and OOM crash when display sends no data ( #17553 )
2026-07-14 12:40:45 +12:00
Jonathan Swoboda and Jesse Hills
1da8900ffc
[veml7700][as7341][ltr501] Fix device class on raw-count sensors ( #17549 )
2026-07-14 12:40:45 +12:00
J. Nick Koston and Jesse Hills
519ce38b79
[libretiny] Keep renamed board generic-ln882hki validating against generic-ln882h ( #17542 )
2026-07-14 12:40:45 +12:00
Jesse Hills
989797be53
[web_server] Add HTTP digest authentication with selectable scheme ( #17541 )
2026-07-14 12:40:45 +12:00
Jesse Hills
583adc9e69
[web_server] Use dict-style packages in tests so they can be batch-grouped ( #17544 )
2026-07-14 12:40:45 +12:00
Keith Burzinski and Jesse Hills
af9a0404d9
[esp32] Do not require verification_key with Secure Boot V2 signing schemes ( #17497 )
2026-07-14 12:40:45 +12:00
Jesse Hills
f38e7f2de2
[web_server] Add CORS origin checking with allowed_origins ( #17530 )
2026-07-14 12:40:22 +12:00
Jesse Hills
3e75020007
[gsl3670] Fix i2c package variant in esp32-s3-idf test ( #17535 )
2026-07-14 12:39:14 +12:00
Jesse Hills and GitHub
feb53a209b
Merge pull request #17532 from esphome/bump-2026.7.0b2
...
2026.7.0b2
2026.7.0b2
2026-07-13 13:24:45 +12:00
Jonathan Swoboda and Jesse Hills
c607f64288
[mipi_rgb] Test in isolation to avoid bus/pin merge conflicts ( #17534 )
2026-07-13 12:01:24 +12:00
Jesse Hills and Jonathan Swoboda
7ee7a26cad
[mipi_rgb] Use dict-style packages in test so it can be batch-grouped
...
Convert the i2c include to a named dict-style package key so CI can group
this component's build with others sharing the same bus, instead of flagging
it as needing migration.
2026-07-12 18:47:28 -04:00
Jesse Hills
2a67e5c599
Bump version to 2026.7.0b2
2026-07-13 09:19:24 +12:00
Keith Burzinski and Jesse Hills
a9591d7aac
[zwave_proxy] Fix parser gaps and harden frame and subscription handling ( #17461 )
2026-07-13 09:19:24 +12:00
J. Nick Koston and Jesse Hills
bcac3ebe2b
[api] Provision encryption keys over an encrypted zero-PSK noise connection ( #17482 )
2026-07-13 09:19:23 +12:00
Jesse Hills
27b598c5aa
[core] Classify entity metadata visibility for the visual editor ( #17503 )
2026-07-13 09:19:23 +12:00
luar123 and Jesse Hills
9ba2cbbfdd
[zigbee] prevent task watchdog trigger with large configs. ( #17506 )
2026-07-13 09:19:23 +12:00
luar123 and Jesse Hills
a4650a2345
[zigbee] Fix merge endpoint ( #17511 )
2026-07-13 09:19:23 +12:00
J. Nick Koston and Jesse Hills
1e5cfe6b0f
[web_server] Fix unused function warning for json_state_str ( #17524 )
2026-07-13 09:19:23 +12:00
J. Nick Koston and Jesse Hills
665e788cc9
[mdns] Fix missing device info TXT records when native API is not enabled ( #17520 )
2026-07-13 09:19:23 +12:00
J. Nick Koston and Jesse Hills
d89b4c0b59
[core] Make config-hash independent of machine-local paths ( #17523 )
2026-07-13 09:19:23 +12:00
esphome[bot] and Jesse Hills
5afe418a8e
Bump bundled esphome-device-builder to 1.4.3 ( #17522 )
2026-07-13 09:19:23 +12:00
tomaszduda23 and Jesse Hills
312f6f2049
[deep_sleep] feed watchdog in deep sleep ( #17516 )
2026-07-13 09:19:23 +12:00
eb0848d538
[mipi_dsi] New model for M5Stack Tab5 ( #17500 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-13 09:19:23 +12:00
1a573919d1
[mipi][mipi_spi] SWRESET handling improved ( #17504 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-07-13 09:19:23 +12:00
esphome[bot] and Jesse Hills
692cf7abd1
Bump bundled esphome-device-builder to 1.4.2 ( #17512 )
2026-07-13 09:19:23 +12:00
f0afd9e660
[mipi][mipi_spi][mipi_dsi][mipi_rgb] Transform cleanup ( #17405 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-13 09:19:23 +12:00
esphome[bot] and Jesse Hills
262ee421f6
Bump bundled esphome-device-builder to 1.4.1 ( #17507 )
2026-07-13 09:19:23 +12:00
esphome[bot] and Jesse Hills
050a006459
Bump bundled esphome-device-builder to 1.4.0 ( #17495 )
2026-07-13 09:19:23 +12:00
Jonathan Swoboda and Jesse Hills
8518d0633b
[web_server] Serialize entity state strings without a copy buffer ( #17488 )
2026-07-13 09:19:23 +12:00