J. Nick Koston
|
1560b8b8e2
|
[climate] Remove STL algorithm overhead in save_state() method (#10888)
|
2025-09-26 12:19:48 +12:00 |
|
J. Nick Koston
|
b26776fad4
|
[select] Remove STL algorithm overhead to reduce flash usage (#10887)
|
2025-09-26 12:19:06 +12:00 |
|
J. Nick Koston
|
875ada86b0
|
[web_server] Remove std::find_if overhead matching IDF implementation (#10889)
|
2025-09-26 12:14:16 +12:00 |
|
J. Nick Koston
|
195d1be4a9
|
[version] Reduce flash usage by optimizing string concatenation in setup() (#10890)
|
2025-09-26 12:12:39 +12:00 |
|
J. Nick Koston
|
2b12ff5874
|
[esp32_ble] Reduce RAM usage and firmware size by disabling unused GATT functionality (#10862)
|
2025-09-26 12:11:13 +12:00 |
|
J. Nick Koston
|
250b94d113
|
[text_sensor] Convert LOG_TEXT_SENSOR macro to function to reduce flash usage (#10884)
|
2025-09-26 12:10:31 +12:00 |
|
Jesse Hills
|
28199c1cf8
|
[stale] Clean up stale job (#10892)
|
2025-09-26 12:02:51 +12:00 |
|
Jesse Hills
|
eeb3ccaef7
|
Update stale bot rules (#10891)
|
2025-09-26 11:13:23 +12:00 |
|
Patrick Van Oosterwijck
|
460eb219ba
|
[ethernet] Add LAN8670 PHY support (#10874)
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2025-09-25 21:45:07 +00:00 |
|
J. Nick Koston
|
be696c40db
|
Merge branch 'dev' into sha256_ota
|
2025-09-25 16:03:42 -05:00 |
|
Jonathan Swoboda
|
cef9cf49bf
|
[htu21d] Fix I2C NACK issue and buffer overrun (#10801)
|
2025-09-25 15:54:38 -05:00 |
|
Jonathan Swoboda
|
28f09f9ed1
|
[dashboard] Fix progress bars on Windows (#10858)
|
2025-09-25 15:53:34 -05:00 |
|
J. Nick Koston
|
3eb502b328
|
Add sha256 support (#10882)
|
2025-09-26 08:53:21 +12:00 |
|
J. Nick Koston
|
fa5245fcfc
|
Merge branch 'version_text_sensor_flash' into integration
|
2025-09-25 14:48:02 -05:00 |
|
J. Nick Koston
|
c3266db03d
|
[version] Reduce flash usage by optimizing string concatenation in setup()
|
2025-09-25 14:47:32 -05:00 |
|
dependabot[bot]
|
7af77d0f82
|
Bump ruff from 0.13.1 to 0.13.2 (#10885)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2025-09-25 19:39:14 +00:00 |
|
dependabot[bot]
|
1c229947a8
|
Bump github/codeql-action from 3.30.3 to 3.30.4 (#10886)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-09-25 14:34:23 -05:00 |
|
J. Nick Koston
|
f7d617fabe
|
Merge branch 'remove_std_find_web_server_like_we_did_for_idf' into integration
|
2025-09-25 14:33:36 -05:00 |
|
J. Nick Koston
|
55cc3a5646
|
Merge branch 'climate_stl_overhead' into integration
|
2025-09-25 14:33:31 -05:00 |
|
J. Nick Koston
|
829b6cfe6a
|
review
|
2025-09-25 14:33:19 -05:00 |
|
J. Nick Koston
|
f62e66e52b
|
[web_server] Remove std::find_if overhead matching IDF implementation
|
2025-09-25 14:31:08 -05:00 |
|
J. Nick Koston
|
7b24e10da0
|
Merge branch 'climate_stl_overhead' into integration
|
2025-09-25 14:24:53 -05:00 |
|
J. Nick Koston
|
1da9345af0
|
[climate] Remove STL algorithm overhead in save_state() method
|
2025-09-25 14:24:25 -05:00 |
|
J. Nick Koston
|
a0bf1ba099
|
Merge branch 'select_stl_overhead' into integration
|
2025-09-25 14:20:51 -05:00 |
|
J. Nick Koston
|
62a466c013
|
[select] Remove STL algorithm overhead to reduce flash usage
|
2025-09-25 14:20:05 -05:00 |
|
J. Nick Koston
|
0ff72b8d42
|
Merge branch 'log_text_sensor' into integration
|
2025-09-25 11:09:46 -05:00 |
|
J. Nick Koston
|
f9c494ad9f
|
Update esphome/components/text_sensor/text_sensor.cpp
|
2025-09-25 11:09:32 -05:00 |
|
J. Nick Koston
|
56c16e6893
|
[text_sensor] Convert LOG_TEXT_SENSOR macro to function to reduce flash usage
|
2025-09-25 11:08:45 -05:00 |
|
J. Nick Koston
|
9a0996567d
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2025-09-25 10:56:38 -05:00 |
|
Jonathan Swoboda
|
74f09a2b59
|
[core] Rename to clean-platform to clean-all (#10876)
|
2025-09-25 11:55:43 -04:00 |
|
J. Nick Koston
|
549626bee2
|
Fix flakey password auth failure integration test (#10883)
|
2025-09-25 11:39:56 -04:00 |
|
J. Nick Koston
|
aa5ca91731
|
Merge branch 'sha256_ota' into integration
|
2025-09-25 10:32:16 -05:00 |
|
J. Nick Koston
|
8a620ccac0
|
Merge branch 'sha256' into sha256_ota
|
2025-09-25 10:32:06 -05:00 |
|
J. Nick Koston
|
640d98bb6f
|
address review comments
|
2025-09-25 10:31:42 -05:00 |
|
Jonathan Swoboda
|
65a1d2b2ff
|
[scd30] Fix temp offset (#10847)
|
2025-09-25 09:13:27 -05:00 |
|
J. Nick Koston
|
136c95656c
|
codeowners
|
2025-09-25 08:57:27 -05:00 |
|
J. Nick Koston
|
2bc1cc2ae7
|
Add sha256 support
This is a breakout from https://github.com/esphome/esphome/pull/10809
|
2025-09-25 08:55:43 -05:00 |
|
J. Nick Koston
|
7899d4256c
|
Add sha256 support
This is a breakout from https://github.com/esphome/esphome/pull/10809
|
2025-09-25 08:54:52 -05:00 |
|
J. Nick Koston
|
6a8c80a0f0
|
Merge remote-tracking branch 'upstream/dev' into sha256_ota
|
2025-09-25 08:53:57 -05:00 |
|
Antoine Lépée
|
f7ed127182
|
Add WTS01 temperature sensor component (#8539)
Co-authored-by: Antoine Lépée <alepee@MacBook-Pro-de-Antoine.local>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-09-25 13:38:31 +00:00 |
|
Jesse Hills
|
44767c32cf
|
Pin SHA for github actions (#10879)
|
2025-09-25 08:08:16 -05:00 |
|
Jesse Hills
|
0cc03dfe32
|
[json] Parsing json without a lambda (#10838)
|
2025-09-25 16:35:19 +12:00 |
|
J. Nick Koston
|
fe1991e56e
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2025-09-24 22:20:55 -05:00 |
|
J. Nick Koston
|
1922b7b3ed
|
[api] Make password and encryption mutually exclusive, add deprecation warning for password auth (#10871)
|
2025-09-24 22:20:35 -05:00 |
|
J. Nick Koston
|
58b60c2dca
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2025-09-24 22:07:46 -05:00 |
|
J. Nick Koston
|
7a12d3e807
|
Merge branch 'disable_gattx_not_used' into integration
|
2025-09-24 21:20:44 -05:00 |
|
J. Nick Koston
|
e177905bde
|
more
|
2025-09-24 21:20:29 -05:00 |
|
Michael Hansen
|
f22143f090
|
Add external wake word message (#10850)
|
2025-09-24 19:08:29 -05:00 |
|
dependabot[bot]
|
be92903a6f
|
Bump actions/cache from 4.2.4 to 4.3.0 (#10868)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-09-24 19:06:31 -05:00 |
|
dependabot[bot]
|
538941b3fd
|
Bump actions/cache from 4.2.4 to 4.3.0 in /.github/actions/restore-python (#10869)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-09-24 19:06:18 -05:00 |
|