Fix bmw_connected_drive missing end tag#36383
Conversation
Add missing {% endwarning %} tag that is causing generate to fail.
|
It seems that this PR is targeted against an incorrect branch. Documentation updates which apply to our current stable release should target the |
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThe pull request updates the documentation for the BMW Connected Drive integration in Home Assistant. The changes focus on improving user guidance by adding detailed instructions for login processes in different regions, specifically addressing captcha requirements for North America and the Rest of the World, and highlighting special login considerations for users in China. The documentation now provides more comprehensive information about the integration's capabilities, supported platforms, and potential troubleshooting steps. Changes
Sequence DiagramsequenceDiagram
participant User
participant HomeAssistant
participant BMWConnectedDrive
participant CaptchaService
User->>HomeAssistant: Initiate BMW integration setup
HomeAssistant->>BMWConnectedDrive: Attempt login
alt North America/Rest of World
BMWConnectedDrive->>CaptchaService: Request captcha challenge
CaptchaService-->>User: Present captcha
User->>CaptchaService: Solve captcha
User->>HomeAssistant: Input captcha token
end
alt China Region
User->>HomeAssistant: Prefix username with '86'
end
HomeAssistant->>BMWConnectedDrive: Complete authentication
BMWConnectedDrive-->>HomeAssistant: Provide vehicle data
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)source/_integrations/bmw_connected_drive.markdown (1)
The addition of the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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 (
|
|
It seems that this PR is targeted against an incorrect branch. Documentation updates which apply to our current stable release should target the |
Proposed change
Add missing {% endwarning %} tag that is causing generate to fail in
nextandrcbranch. Looks like it happened during merge conflict resolution.Type of change
currentbranch).currentbranch).nextbranch).nextbranch).Additional information
Checklist
currentbranch.nextbranch.Summary by CodeRabbit
86.