-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Update Wallbox integration docs with solar charging #38684
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
base: next
Are you sure you want to change the base?
Update Wallbox integration docs with solar charging #38684
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThe Wallbox integration documentation was updated to reflect the addition of the "select" platform as a supported Home Assistant platform. A new section was introduced to describe the select entity, detailing its function in controlling Solar Charging options, including Eco Mode, Full Solar, and disabling Solar Charging. No changes were made to code or existing entities; the update is limited to documentation. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant HomeAssistant
participant Wallbox Integration
User -> HomeAssistant: Selects Solar Charging option (Eco/Full/Disable)
HomeAssistant -> Wallbox Integration: Sends selected option
Wallbox Integration -> Wallbox System: Applies chosen Solar Charging mode
Wallbox System -> Wallbox Integration: Confirms mode change
Wallbox Integration -> HomeAssistant: Updates select entity state
HomeAssistant -> User: Displays current Solar Charging mode
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
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:
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 (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
source/_integrations/wallbox.markdown (1)
58-61
: Enhance the Select section with option details
To improve clarity, consider listing the available select options explicitly and normalize capitalization. For example:## Select The {% term integration %} adds a select {% term entity %} to control Solar Charging options with these choices: - Eco Mode - Full Solar - Disable Solar ChargingAn explicit bullet list will make it easier for users to see all possible states at a glance.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
source/_integrations/wallbox.markdown
(2 hunks)
🔇 Additional comments (1)
source/_integrations/wallbox.markdown (1)
12-12
: Include the select platform in supported platforms
The addition of- select
to theha_platforms
list correctly reflects the new Solar Charging feature. The list remains in alphabetical order and aligns with other documented platforms.
Co-authored-by: c0ffeeca7 <[email protected]>
Proposed change
Add documentation for PR home-assistant/core#139286
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit