8000 Update yalexs_ble documentation for secure mode support by michaelp1742 · Pull Request #39695 · home-assistant/home-assistant.io · GitHub
[go: up one dir, main page]

Skip to content

Update yalexs_ble documentation for secure mode support #39695

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

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Conversation

michaelp1742
Copy link
@michaelp1742 michaelp1742 commented Jun 24, 2025

Updates the Yale Access Bluetooth integration documentation to include secure mode support.

Also updates references to August cloud to include the Yale cloud integration for clarity as the August brand is not used in all markets

Proposed change

Type of change

  • Spelling, grammar or other readability improvements (current branch).
  • [x ] Adjusted missing or incorrect information in the current documentation (current branch).
  • Added documentation for a new integration I'm adding to Home Assistant (next branch).
  • [x ] Added documentation for a new feature I'm adding to Home Assistant (next branch).
  • Removed stale or deprecated documentation.

Additional information

Checklist

  • [ x] This PR uses the correct branch, based on one of the following:
    • I made a change to the existing documentation and used the current branch.
    • I made a change that is related to an upcoming version of Home Assistant and used the next branch.
  • [x ] The documentation follows the Home Assistant documentation standards.

Summary by CodeRabbit

  • Documentation
    • Updated Yale Access Bluetooth integration documentation to describe new deadlock support and secure mode lock entity.
    • Clarified supported device models, specifying both SIL and MBK variants for certain locks.
    • Generalized cloud integration references to include both Yale and August clouds for offline key provisioning.
    • Enhanced troubleshooting instructions to cover both Yale and August integrations, including revised steps for key rotation and re-authentication.

Updates the Yale Access Bluetooth integration documentation to include secure mode support. 

Also updates references to August cloud to include the Yale cloud integration for clarity as the August brand is not used in all markets
@michaelp1742 michaelp1742 requested a review from bdraco as a code owner June 24, 2025 16:22
@home-assistant home-assistant bot added has-parent This PR has a parent PR in a other repo next This PR goes into the next branch labels Jun 24, 2025
Copy link
netlify bot commented Jun 24, 2025

Deploy Preview for home-assistant-docs ready!

Name Link
🔨 Latest commit 0dbf4e7
🔍 Latest deploy log https://app.netlify.com/projects/home-assistant-docs/deploys/685ad5beabe2ea00081a696f
😎 Deploy Preview https://deploy-preview-39695--home-assistant-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor
coderabbitai bot commented Jun 24, 2025
📝 Walkthrough

Walkthrough

The Yale Access Bluetooth integration documentation was updated to describe new deadlock functionality, clarify device model support, and generalize references to both Yale and August cloud integrations for key provisioning and troubleshooting. Instructions and terminology were revised to reflect these broader integration options and device variants.

Changes

File Change Summary
source/_integrations/yalexs_ble.markdown Updated documentation: added deadlock feature section, clarified supported device variants, generalized cloud integration and troubleshooting instructions to include Yale and August.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant HomeAssistant
    participant YaleLock
    participant CloudService

    User->>HomeAssistant: Initiate lock integration
    HomeAssistant->>CloudService: Request key provisioning (Yale or August)
    CloudService-->>HomeAssistant: Provide key
    HomeAssistant->>YaleLock: Communicate via Bluetooth
    User->>HomeAssistant: Enable deadlock (if supported)
    HomeAssistant->>YaleLock: Activate secure mode (deadlock)
Loading

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor
@coderabbitai coderabbitai bot left a 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 (4)
source/_integrations/yalexs_ble.markdown (4)

39-40: Clarify Unity lock variants for easier scanning.

Listing both SIL and MBK variants on the same bullet makes it harder for users to spot their exact model. Splitting them into individual lines (the pattern used for other models) improves readability and searchability.

- - YUR/SSDL/1/SIL and MBK (Yale Unity Screen Door Lock - Australia)
- - YUR/DEL/1/SIL and MBK (Yale Unity Entrance Lock - Australia)
+ - YUR/SSDL/1/SIL (Yale Unity Screen Door Lock – Australia – SIL)
+ - YUR/SSDL/1/MBK (Yale Unity Screen Door Lock – Australia – MBK)
+ - YUR/DEL/1/SIL (Yale Unity Entrance Lock – Australia – SIL)
+ - YUR/DEL/1/MBK (Yale Unity Entrance Lock – Australia – MBK)

54-57: Align the heading with UI terminology.

Home Assistant exposes the feature as a “Secure mode” lock entity. Renaming the section (or adding the term) keeps the docs in sync with what users see in the UI.

-## Deadlock support
+## Secure mode (deadlock) support

Optionally, mention that the entity ID ends with _secure_mode to help users locate it.


88-88: Missing comma after subordinate clause.

A short comma improves readability and resolves the LanguageTool warning.

- ...under both brands and the Yale cloud should be tried for other markets.
+ ...under both brands, and the Yale cloud should be tried for other markets.

109-115: Trim trailing space & avoid duplicate “Troubleshooting” headings.

  1. Line 113 has a single trailing space that violates MD009.
  2. This is the second top-level “## Troubleshooting” section in the file, which breaks the template’s section order. Consider downgrading it to ### Re-authentication issues or merging it with the earlier troubleshooting section.
-...update the key.␠
+...update the key.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between d8d5c98 and adfdaa7.

📒 Files selected for processing (1)
  • source/_integrations/yalexs_ble.markdown (4 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
`source/_integrations/*`: Integration documentation must use the provided template structure and section order.

source/_integrations/*: Integration documentation must use the provided template structure and section order.

  • source/_integrations/yalexs_ble.markdown
🪛 LanguageTool
source/_integrations/yalexs_ble.markdown

[uncategorized] ~88-~88: Possible missing comma found.
Context: ...hased in a market that sells under both brands and the Yale cloud should be tried for ...

(AI_HYDRA_LEO_MISSING_COMMA)


[grammar] ~113-~113: Make sure that ‘use to’ is correct. For habitual actions in the past or to mean ‘accustomed to’, use “used to”.
Context: ...Android device that you also frequently use to operate the lock, you may find that the...

(USE_TO_VERB)

🪛 markdownlint-cli2 (0.17.2)
source/_integrations/yalexs_ble.markdown

113-113: Trailing spaces
Expected: 0 or 2; Actual: 1

(MD009, no-trailing-spaces)

⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: Redirect rules - home-assistant-docs
  • GitHub Check: Header rules - home-assistant-docs
  • GitHub Check: Pages changed - home-assistant-docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has-parent This PR has a parent PR in a other repo next This PR goes into the next branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0