Skip to content

Commit 891121d

Browse files
committed
Add some text about breaking changes
1 parent aebd49c commit 891121d

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

changelog/2025.8.0.rst

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,10 @@ Breaking Changes
147147

148148
ESPHome 2025.8.0 includes several breaking changes that may require action on your part:
149149

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
156154

157155
**API Optimizations**
158156
- 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
161159

162160
**Component Filter Changes**
163161
- :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
165163

166164
**ESP32 Touch Sensor**
167165
- Workaround implemented for ESP-IDF v5.4 regression
168166
- May affect touch sensor behavior on newer ESP-IDF versions
169167

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
175169
or advanced configurations may need updates.
176170

177171

0 commit comments

Comments
 (0)