-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[esp32_hall] Remove esp32_hall #5003
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
Conversation
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Caution Review failedFailed to post review comments. Configuration used: CodeRabbit UI ⛔ Files ignored due to path filters (16)
📒 Files selected for processing (49)
💤 Files with no reviewable changes (1)
🧰 Additional context used📓 Path-based instructions (1)`**`: - Do not generate or add any sequence diagrams
🪛 Gitleaks (8.26.0)components/openthread.rst49-49: Detected a Generic API Key, potentially exposing access to various services and sensitive operations. (generic-api-key) 🔇 Additional comments (122)
WalkthroughThis update introduces ESPHome 2025.6.0, adding new documentation for multiple hardware components (e.g., ES8388 audio DAC, LC709203F battery monitor, USB Host/UART, OpenThread, ESP32-P4 LDO, CM1106 CO2 sensor) and expands configuration options for several platforms. Numerous documentation files were updated for clarity, new features, and support for additional ESP32 variants. Version numbers and changelogs were updated accordingly. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant ESPHomeDevice
participant HomeAssistant
User->>ESPHomeDevice: Configure new component (e.g., ES8388, LC709203F, USB Host/UART, OpenThread)
ESPHomeDevice-->>User: Validates and applies configuration
ESPHomeDevice->>HomeAssistant: Sends sensor states / receives commands (if applicable)
HomeAssistant-->>ESPHomeDevice: Triggers actions (e.g., calibrate, invalidate state)
ESPHomeDevice-->>HomeAssistant: Reports updated sensor states or action results
Possibly related PRs
Suggested labels
Suggested reviewers
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description:
See: https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html#hall-sensor
Related issue (if applicable): fixes
Pull request in esphome with YAML changes (if applicable):
Checklist:
I am merging into
next
because this is new documentation that has a matching pull-request in esphome as linked above.or
I am merging into
current
because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.Link added in
/components/index.rst
when creating new documents for new components or cookbook.