J. Nick Koston
9799a2b636
test
2025-07-01 13:47:59 -05:00
Dieter Tschanz
55c8129423
Correction for failed component test.
2025-07-01 20:44:11 +02:00
J. Nick Koston
099474053e
cleanuip
2025-07-01 13:38:47 -05:00
J. Nick Koston
efafabed97
fix rp2040
2025-07-01 13:23:24 -05:00
Dieter Tschanz
d209739f85
Introduce base Camera class to support alternative camera implementations
...
This commit introduces a new 'Camera' base class positioned between the
API layer and the existing 'ESP32Camera' implementation.
- No changes to functionality in 'ESP32Camera' or
'ESP32CameraWebServer'.
- This refactoring enables future camera implementations to integrate
with the existing API.
- The goal is to keep the commit as minimal and non-breaking as
possible.
This is the first step in a series of changes aimed at modernizing and
generalizing ESPHome's camera support.
2025-07-01 19:47:50 +02:00
J. Nick Koston
d463dd0f57
Merge branch 'bk7200_tagged_pointer_fix' into integration
2025-07-01 11:57:11 -05:00
J. Nick Koston
c33c14a46f
tidy
2025-07-01 11:57:02 -05:00
J. Nick Koston
2d0c109dc1
Merge remote-tracking branch 'origin/dev' into ota_base_extract
2025-07-01 11:50:49 -05:00
J. Nick Koston
825d0bed88
fix esp8266 error handling
2025-07-01 11:29:38 -05:00
Jonathan Swoboda
3470305d9d
[esp32] Remove IDF 4 support and clean up code ( #9145 )
2025-07-01 16:22:41 +00:00
J. Nick Koston
cd1390916c
md5 fixes
2025-07-01 11:09:08 -05:00
J. Nick Koston
149bdaf146
fixes
2025-07-01 10:50:17 -05:00
J. Nick Koston
ad628c9cba
single ota path
2025-07-01 10:36:36 -05:00
J. Nick Koston
b88f87799e
single ota path
2025-07-01 10:30:52 -05:00
J. Nick Koston
1ff7cf1125
single ota path
2025-07-01 10:28:48 -05:00
J. Nick Koston
31db6e51eb
single ota path
2025-07-01 10:27:46 -05:00
J. Nick Koston
681d9236f9
single ota path
2025-07-01 10:26:55 -05:00
J. Nick Koston
8aa8af735d
single ota path
2025-07-01 10:25:48 -05:00
J. Nick Koston
943d0f103d
single ota path
2025-07-01 10:17:28 -05:00
J. Nick Koston
8b195d7f63
use ota backend
2025-07-01 10:11:41 -05:00
J. Nick Koston
649ad47e62
web_server_ support for ota backend idf
2025-07-01 10:05:23 -05:00
J. Nick Koston
93dc5765bb
Merge upstream/dev into ota_base_extract
2025-07-01 09:57:09 -05:00
J. Nick Koston
b000b1b70c
Fix regression: BK7231N devices not returning entities via API
2025-07-01 09:43:50 -05:00
J. Nick Koston
8707b6e01a
lint
2025-07-01 07:31:45 -05:00
Javier Peletier
35de36d690
[modbus] Modbus server role: write holding registers ( #9156 )
2025-07-01 15:39:06 +12:00
J. Nick Koston
16ef5a9377
Add OTA support to ESP-IDF webserver ( #9264 )
2025-07-01 15:21:11 +12:00
J. Nick Koston
e3ccb9b46c
Use interrupt based approach for esp32_touch ( #9059 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2025-07-01 15:04:50 +12:00
Javier Peletier
8c34b72b62
Jinja expressions in configs (Take #3 ) ( #8955 )
2025-07-01 14:57:00 +12:00
Jesse Hills
27c745d5a1
[host] Disable platformio ldf ( #9277 )
2025-07-01 14:38:39 +12:00
J. Nick Koston
9a0ba1657e
Fix entity hash collisions by enforcing unique names across devices per platform ( #9276 )
2025-07-01 14:38:19 +12:00
J. Nick Koston
34abd67f3e
Merge branch 'component_memory' into integration
2025-06-30 21:21:07 -05:00
J. Nick Koston
45f1db9233
address review comments
2025-06-30 21:20:58 -05:00
J. Nick Koston
beb4d1511a
Merge branch 'component_memory' into integration
2025-06-30 21:18:06 -05:00
J. Nick Koston
adeceee71f
Reduce Component memory usage by 40% (8 bytes per component)
2025-06-30 21:15:20 -05:00
J. Nick Koston
7d4b11d112
Reduce Component memory usage by 40% (8 bytes per component)
2025-06-30 21:11:49 -05:00
J. Nick Koston
6733cd4ed1
Merge branch 'entity_name_must_be_unique' into integration
2025-06-30 18:31:40 -05:00
J. Nick Koston
07f361a404
empty name uses device name, use get_base_entity_object_id
2025-06-30 18:26:09 -05:00
J. Nick Koston
ae981ea7f2
Merge branch 'entity_name_must_be_unique' into integration
2025-06-30 17:48:49 -05:00
J. Nick Koston
b7d0f5e36b
Fix entity hash collisions by enforcing unique names across devices per platform
2025-06-30 17:38:04 -05:00
Mathieu Rene
db7a420e54
Fix - Pass thread TLVs down to openthread if they are defined ( #9182 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-07-01 10:07:30 +12:00
Jonathan Swoboda
e58baab563
[ethernet] P4 changes and 5.3.0 deprecated warnings ( #8457 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-07-01 10:06:59 +12:00
piechade
08c88ba0f2
[smt100] Rename `dielectric_constant
to
permittivity
` ( #9175 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-06-30 20:54:23 +00:00
Jesse Hills
78c8cd4c4e
[http_request.update] Fix `size_t
` printing ( #9144 )
2025-06-30 15:50:19 -05:00
Jesse Hills
98e106e0ae
[pins] Update `internal_gpio_pin_number
to work directly like
internal_gpio_output_pin_number
` ( #9270 )
2025-07-01 08:09:11 +12:00
J. Nick Koston
0cbb5e6c1c
Fix flaky test_api_conditional_memory by waiting for all required states ( #9271 )
2025-07-01 08:02:43 +12:00
J. Nick Koston
3cbce4df42
Merge branch 'esp32_touch_isr' into integration
2025-06-30 14:38:54 -05:00
J. Nick Koston
7e77e40bda
cleanup
2025-06-30 14:37:30 -05:00
J. Nick Koston
305805256d
dry
2025-06-30 14:34:07 -05:00
J. Nick Koston
e36c669dc0
dry
2025-06-30 14:32:13 -05:00
J. Nick Koston
71aff9bc60
dry
2025-06-30 14:30:07 -05:00