Keith Burzinski
|
47a9724e0c
|
subscribe
|
2025-08-22 00:31:56 -05:00 |
|
Keith Burzinski
|
637e8ebd5d
|
renaming
|
2025-08-21 18:38:42 -05:00 |
|
Keith Burzinski
|
b01510c34b
|
Merge remote-tracking branch 'upstream/dev' into zwave_proxy
|
2025-08-21 02:10:53 -05:00 |
|
Keith Burzinski
|
3fa0464c2d
|
break
|
2025-08-21 02:10:36 -05:00 |
|
Jesse Hills
|
94accd5abe
|
[ld2420] Rename c++ files for predictable doxygen generation (#10315)
|
2025-08-21 18:49:26 +12:00 |
|
Jesse Hills
|
3ca0015284
|
[opentherm] Rename c++ files for predictable doxygen generation (#10314)
|
2025-08-21 18:48:48 +12:00 |
|
dependabot[bot]
|
33eddb6035
|
Bump codecov/codecov-action from 5.4.3 to 5.5.0 (#10336)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-20 16:46:04 -05:00 |
|
Jesse Hills
|
72c58ae36d
|
[core] Add idf-tidy env for esp32-c6 (#10270)
|
2025-08-20 10:13:50 -04:00 |
|
J. Nick Koston
|
35411d199f
|
[homeassistant] Add compilation test for homeassistant.tag_scanned action (#10319)
|
2025-08-20 10:10:20 -04:00 |
|
Jesse Hills
|
d45944a9e2
|
[api] Add `USE_API_HOMEASSISTANT_SERVICES if using tag_scanned ` action (#10316)
|
2025-08-20 06:47:20 -05:00 |
|
Jesse Hills
|
86f306ba9e
|
[CI] Also require tests for `new-features ` (#10311)
|
2025-08-20 22:02:14 +12:00 |
|
Jesse Hills
|
1b3b2f6e6f
|
Merge branch 'release' into dev
|
2025-08-20 19:58:48 +12:00 |
|
Jesse Hills
|
2adb993242
|
Merge pull request #10309 from esphome/bump-2025.8.0
2025.8.0
2025.8.0
|
2025-08-20 19:58:01 +12:00 |
|
J. Nick Koston
|
3ff5b4773b
|
[bluetooth_proxy] Mark BluetoothConnection and BluetoothProxy as final for compiler optimizations (#10280)
|
2025-08-20 14:48:40 +12:00 |
|
J. Nick Koston
|
2cbf4f30f9
|
[libretiny] Optimize preferences is_changed() by replacing temporary vector with unique_ptr (#10272)
|
2025-08-20 14:48:04 +12:00 |
|
J. Nick Koston
|
56b6dd31f1
|
[core] Eliminate heap allocation in teardown_components by using StaticVector (#10256)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-20 14:45:13 +12:00 |
|
dependabot[bot]
|
fc1b49e87d
|
Bump ruamel-yaml from 0.18.14 to 0.18.15 (#10310)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-20 14:42:33 +12:00 |
|
J. Nick Koston
|
0089619518
|
[web_server] Reduce flash usage by consolidating defer calls in switch and lock handlers (#10297)
|
2025-08-19 21:41:34 -05:00 |
|
Jesse Hills
|
5a6db28f1d
|
[CI] Base `too-big ` label on new additions only (#10307)
|
2025-08-20 14:39:29 +12:00 |
|
J. Nick Koston
|
6819bbd8f8
|
[esp32_ble_client] Add log helper functions to reduce flash usage by 120 bytes (#10243)
|
2025-08-20 14:38:32 +12:00 |
|
Edward Firmo
|
634f687c3e
|
[light] Add support for querying effects by index (#10195)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-08-20 14:38:13 +12:00 |
|
J. Nick Koston
|
e2a9b85924
|
[number] Convert LOG_NUMBER macro to function to reduce flash usage (#10293)
|
2025-08-20 14:36:05 +12:00 |
|
J. Nick Koston
|
4ccc6aee09
|
[button] Convert LOG_BUTTON macro to function to reduce flash usage (#10295)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-20 14:35:53 +12:00 |
|
J. Nick Koston
|
0eab908b0e
|
[sensor] Convert LOG_SENSOR macro to function to reduce flash usage (#10290)
|
2025-08-20 14:35:45 +12:00 |
|
J. Nick Koston
|
3964f9794b
|
[binary_sensor] Convert LOG_BINARY_SENSOR macro to function to reduce flash usage (#10294)
|
2025-08-20 14:35:09 +12:00 |
|
Jesse Hills
|
a45137434b
|
[quality] Convert remaining `to_code to async ` (#10271)
|
2025-08-20 14:34:45 +12:00 |
|
J. Nick Koston
|
9b1ebdb6da
|
[mdns] Reduce flash usage and prevent RAM over-allocation in service compilation (#10287)
|
2025-08-20 14:34:34 +12:00 |
|
J. Nick Koston
|
5a1533bea9
|
[api] Avoid object_id string allocations for all entity info messages (#10260)
|
2025-08-20 14:28:13 +12:00 |
|
Jesse Hills
|
0b50ef227b
|
[helper] Make crc8 function more flexible to avoid reimplementation in individual components (#10201)
|
2025-08-20 14:27:08 +12:00 |
|
J. Nick Koston
|
0e31bc1a67
|
[api] Add zero-copy StringRef methods for compilation_time and effect_name (#10257)
|
2025-08-20 14:26:53 +12:00 |
|
Jesse Hills
|
8e67df8059
|
Bump version to 2025.8.0
|
2025-08-20 10:45:57 +12:00 |
|
Jesse Hills
|
e1a0949ddb
|
Merge branch 'beta' into dev
|
2025-08-20 10:31:10 +12:00 |
|
Jesse Hills
|
c5b2c8d971
|
Merge pull request #10308 from esphome/bump-2025.8.0b4
2025.8.0b4
2025.8.0b4
|
2025-08-20 10:30:37 +12:00 |
|
Keith Burzinski
|
5632708a51
|
Merge remote-tracking branch 'upstream/dev' into zwave_proxy
|
2025-08-19 17:11:31 -05:00 |
|
J. Nick Koston
|
a8775ba60b
|
[safe_mode] Reduce flash usage by 184 bytes through code optimization (#10284)
|
2025-08-19 16:57:24 -05:00 |
|
Jesse Hills
|
104906ca11
|
Bump version to 2025.8.0b4
|
2025-08-20 09:40:19 +12:00 |
|
J. Nick Koston
|
ad5f6f0cfe
|
[bluetooth_proxy] Fix connection slot race by deferring slot release until GATT close (#10303)
|
2025-08-20 09:40:19 +12:00 |
|
Patrick
|
8356f7fcd3
|
[pipsolar] fix faults_present, fix update interval (#10289)
|
2025-08-20 09:40:19 +12:00 |
|
Ben Winslow
|
225de226b0
|
[atm90e32] Only read 1 register per SPI transaction per datasheet. (#10258)
|
2025-08-20 09:40:19 +12:00 |
|
J. Nick Koston
|
2aaf951357
|
[bluetooth_proxy] Fix connection slot race by deferring slot release until GATT close (#10303)
|
2025-08-20 07:27:22 +12:00 |
|
Jesse Hills
|
82718e62e7
|
Merge branch 'beta' into dev
|
2025-08-19 20:40:45 +12:00 |
|
Jesse Hills
|
fd07e1d979
|
Merge pull request #10298 from esphome/bump-2025.8.0b3
2025.8.0b3
2025.8.0b3
|
2025-08-19 20:40:12 +12:00 |
|
Patrick
|
4dab9c4400
|
[pipsolar] fix faults_present, fix update interval (#10289)
|
2025-08-19 15:52:01 +12:00 |
|
Ben Winslow
|
7e23d865e6
|
[atm90e32] Only read 1 register per SPI transaction per datasheet. (#10258)
|
2025-08-19 15:45:30 +12:00 |
|
Jesse Hills
|
8f118232e4
|
[CI] Rename and expand needs-docs workflow (#10299)
|
2025-08-19 15:35:48 +12:00 |
|
Jesse Hills
|
23554cda06
|
Bump version to 2025.8.0b3
|
2025-08-19 13:09:22 +12:00 |
|
Ben Winslow
|
064385eac6
|
[nextion] Don't include terminating NUL in nextion text_sensor states (#10273)
|
2025-08-19 13:09:22 +12:00 |
|
Jesse Hills
|
6502ed70de
|
[esp32] Write variant to sdkconfig file (#10267)
|
2025-08-19 13:09:22 +12:00 |
|
J. Nick Koston
|
bb894c3e32
|
[core] Fix scheduler race condition where cancelled items still execute (#10268)
|
2025-08-19 13:09:22 +12:00 |
|
Ben Winslow
|
c5858b7032
|
[core] Fix post-OTA logs display when using esphome run and MQTT (#10274)
|
2025-08-19 13:09:22 +12:00 |
|