@@ -147,12 +147,10 @@ Breaking Changes
147
147
148
148
ESPHome 2025.8.0 includes several breaking changes that may require action on your part:
149
149
150
- **Python 3.11+ Requirement **
151
- As detailed above, Python 3.10 support has been dropped. Upgrade your Python installation before updating ESPHome.
152
-
153
- **Bluetooth Proxy Changes **
154
- - Parsed advertisement support removed to save memory
155
- - V1 connection support removed (affects older integrations)
150
+ **Bluetooth and BLE Changes **
151
+ - Bluetooth Proxy: Parsed advertisement support and V1 connection support removed to save memory
152
+ - BLE: Conditional compilation for advertising and service classes may reduce available features if not explicitly enabled
153
+ - May affect older components using deprecated Bluetooth features
156
154
157
155
**API Optimizations **
158
156
- Deprecated protobuf fields removed (reduces flash usage)
@@ -161,17 +159,13 @@ ESPHome 2025.8.0 includes several breaking changes that may require action on yo
161
159
162
160
**Component Filter Changes **
163
161
- :doc: `LD2410 </components/sensor/ld2410 >` and :doc: `LD2450 </components/sensor/ld2450 >` components now use native filters instead of ``throttle ``
164
- - If you were using `` throttle ``, replace with equivalent native filters
162
+ - See the component documentation for updated filter configuration
165
163
166
164
**ESP32 Touch Sensor **
167
165
- Workaround implemented for ESP-IDF v5.4 regression
168
166
- May affect touch sensor behavior on newer ESP-IDF versions
169
167
170
- **BLE Optimizations **
171
- - Conditional compilation for BLE advertising and service classes
172
- - May reduce available BLE features if not explicitly enabled
173
-
174
- Most of these changes are automatic optimizations that shouldn't affect typical usage, but custom integrations
168
+ Most of these changes are automatic optimizations that shouldn't affect typical usage, but custom components
175
169
or advanced configurations may need updates.
176
170
177
171
0 commit comments