-
-
Notifications
You must be signed in to change notification settings - Fork 2k
2025.8.0b1 #5235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2025.8.0b1 #5235
Conversation
Co-authored-by: J. Nick Koston <[email protected]>
Co-authored-by: Jesse Hills <[email protected]>
Co-authored-by: Jesse Hills <[email protected]>
Co-authored-by: Keith Burzinski <[email protected]>
Co-authored-by: Keith Burzinski <[email protected]> Co-authored-by: Jesse Hills <[email protected]>
… captive_portal OTA enabled (#5109)
Co-authored-by: Copilot <[email protected]> Co-authored-by: Jesse Hills <[email protected]>
) Co-authored-by: Keith Burzinski <[email protected]>
Co-authored-by: Keith Burzinski <[email protected]>
Co-authored-by: Jesse Hills <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This is a release preparation pull request for version 2025.8.0b1, updating documentation to align with new features and improvements. The PR primarily focuses on updating version references, adding documentation for new components, and improving existing component documentation.
Key changes include:
- Version updates across configuration files and installation guides (2025.7.x → 2025.8.0b1)
- New component documentation for LD2412 sensors, runtime stats, ESP-NOW, NRF52 platform, and factory reset
- Enhanced documentation for existing components including sensor filters, output actions, switch controls, and display drivers
Reviewed Changes
Copilot reviewed 49 out of 56 changed files in this pull request and generated 6 comments.
Show a summary per file
File | Description |
---|---|
conf.py | Updates version and release numbers to 2025.8.0b1 |
guides/installing_esphome.rst | Updates Python version requirement to 3.11 and example versions |
guides/esp32_arduino_to_idf.rst | New migration guide for ESP32 Arduino to ESP-IDF framework transition |
components/sensor/ld2412.rst | Complete documentation for new LD2412 motion/presence sensor |
components/runtime_stats.rst | New performance debugging component documentation |
components/espnow.rst | New ESP-NOW communication component documentation |
components/nrf52.rst | New NRF52 platform documentation |
components/factory_reset.rst | New factory reset component documentation |
schema_doc.py | Adds packet transport schema and improves error handling |
components/sensor/sensor-filter-throttle_with_priority.rst | New sensor filter documentation |
components/sensor/sensor-filter-timeout.rst | Enhanced timeout filter with "last" value option |
Comments suppressed due to low confidence (1)
components/sensor/ld2412.rst:219
- Grammar error: 'for a any given' should be 'for any given'.
To remove the default filter for a any given sensor instance, add ``filters: []`` to its configuration.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Do not merge, release script will automatically merge
Full list of changes
All changes
Show
use_psram
option docs#5170set_min_power
&set_max_power
actions forFloatOutput
docs#4957throttle_with_priority
filter docs#5186throttle
, other clean-up docs#5201switch.control
automation action docs#5211on_state
docs#5212throttle
docs#5226Dependency Changes
Show
Metadata
@coderabbitai ignore