Skip to content

Z-Wave terminology: change controller to adapter #39805

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

Merged
merged 8 commits into from
Jul 3, 2025

Conversation

c0ffeeca7
Copy link
Contributor

@c0ffeeca7 c0ffeeca7 commented Jul 2, 2025

depends on frontend and core UI strings. Don't merge yet.

streamline terms

  • stick
  • USB stick
  • dongle
  • controller dongle

Proposed change

Type of change

  • Spelling, grammar or other readability improvements (current branch).
  • 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).
  • Added documentation for a new feature I'm adding to Home Assistant (next branch).
  • Removed stale or deprecated documentation.

Additional information

  • Link to parent pull request in the codebase:
  • Link to parent pull request in the Brands repository:
  • This PR fixes or closes issue: fixes #

Checklist

  • 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.
  • The documentation follows the Home Assistant documentation standards.

Summary by CodeRabbit

Summary by CodeRabbit

  • Documentation
    • Updated all references in the Z-Wave JS integration documentation to use "adapter" instead of "controller," "dongle," or "stick" when referring to the hardware device.
    • Adjusted related links, UI labels, and notes for consistency with the new terminology.
    • Retained "controller" only when describing network roles.

@Copilot Copilot AI review requested due to automatic review settings July 2, 2025 08:57
@c0ffeeca7 c0ffeeca7 requested a review from a team as a code owner July 2, 2025 08:57
@home-assistant home-assistant bot added in-progress This PR/Issue is currently being worked on needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch next This PR goes into the next branch labels Jul 2, 2025
@home-assistant
Copy link

home-assistant bot commented Jul 2, 2025

It seems that this PR is targeted against an incorrect branch. Documentation updates which apply to our current stable release should target the current branch. Please change the target branch of this PR to current and rebase if needed. If this is documentation for a new feature, please add a link to that PR in your description.

Copy link

netlify bot commented Jul 2, 2025

Deploy Preview for home-assistant-docs ready!

Name Link
🔨 Latest commit a451c80
🔍 Latest deploy log https://app.netlify.com/projects/home-assistant-docs/deploys/68663eb693a1a30008ad7f68
😎 Deploy Preview https://deploy-preview-39805--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

@Copilot Copilot AI left a 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 PR streamlines Z-Wave terminology by replacing references to the hardware “controller” with “adapter” and updating the terminology mapping table.

  • Updated all hardware references from “controller” to “adapter” in setup, troubleshooting, and FAQ sections.
  • Reordered and added entries in the terminology mapping table to include “controller” vs. “adapter” distinction.
  • Adjusted instructions, notes, and action descriptors to use “adapter” consistently.
Comments suppressed due to low confidence (2)

source/_integrations/zwave_js.markdown:65

  • The definition column is empty for “barrier operator.” Please provide a brief description of what a barrier operator represents in Z-Wave terminology.
| barrier operator | cover | |

source/_integrations/zwave_js.markdown:66

  • The definition column is empty for “controller.” Please add a concise description of its network role. Additionally, fix the grammar to read “when referring to the network role.”
| controller | adapter, when referring to the hardware device that provides the Z-Wave functionality. The term controller is still used when referring the network role (such as primary, secondary controller)  | |

@c0ffeeca7 c0ffeeca7 marked this pull request as draft July 2, 2025 08:59
@c0ffeeca7 c0ffeeca7 marked this pull request as ready for review July 2, 2025 09:00
Copy link
Contributor

coderabbitai bot commented Jul 2, 2025

📝 Walkthrough

"""

Walkthrough

The documentation for the Z-Wave JS integration was updated to standardize the terminology, replacing all references to "controller," "dongle," and "stick" (when referring to hardware) with "adapter." This change was applied consistently across setup, troubleshooting, migration, backup, firmware updates, and event descriptions. No technical procedures or code were altered.

Changes

File Change Summary
source/_integrations/zwave_js.markdown Updated terminology: replaced "controller," "dongle," and "stick" (hardware context) with "adapter" throughout.

Sequence Diagram(s)

No sequence diagram generated as the changes are limited to documentation terminology updates without affecting control flow or feature logic.
"""


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: 1

🧹 Nitpick comments (3)
source/_integrations/zwave_js.markdown (3)

53-54: Clarify wording and remove redundancy

The second sentence is hard to parse (“can be operated with any Z-Wave network with other …”) and repeats “Z-Wave”/“network” unnecessarily.

-You do not need a Z-Wave adapter that is specifically designed for the Z-Wave integration in Home Assistant. The Z-Wave integration in Home Assistant can be operated with any Z-Wave network with other Z-Wave certified devices from other manufacturers.
+You don’t need a special “Home-Assistant-only” Z-Wave adapter. Home Assistant works with any standards-compliant Z-Wave adapter and with Z-Wave-certified devices from any manufacturer.

64-66: Missing preposition in terminology mapping

“when referring the network role” → “when referring to the network role” (and trim double space before trailing pipe).

-| controller | adapter, when referring to the hardware device that provides the Z-Wave functionality. The term controller is still used when referring the network role (such as primary, secondary controller)  | |
+| controller | adapter, when referring to the hardware device that provides Z-Wave functionality. The term “controller” is still used when referring to the network role (for example, primary or secondary controller). | |

120-126: Fix ordered-list numbering (markdownlint MD029)

markdownlint flags this section because the list jumps from 4 → 5 → 6 after the nested bullets.
Simplest fix: use automatic numbering (1.) or renumber explicitly.

-3. Wait for the installation to complete.
-4. Depending on your Home Assistant version, you may be prompted for network security keys.
+1. Wait for the installation to complete.
+1. Depending on your Home Assistant version, you may be prompted for network security keys.-5. Wait for the Z-Wave JS add-on to start up.
-6. Once the installation is complete, the **Device info** of the Z-Wave adapter is shown.
+1. Wait for the Z-Wave JS add-on to start up.
+1. Once the installation is complete, the **Device info** of the Z-Wave adapter is shown.
📜 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 c523e14 and ab7db8c.

📒 Files selected for processing (1)
  • source/_integrations/zwave_js.markdown (26 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
source/_integrations/zwave_js.markdown

124-124: Ordered list item prefix
Expected: 3; Actual: 5; Style: 1/2/3

(MD029, ol-prefix)


125-125: Ordered list item prefix
Expected: 4; Actual: 6; Style: 1/2/3

(MD029, ol-prefix)


1109-1109: Link fragments should be valid

(MD051, link-fragments)


1111-1111: Link fragments should be valid

(MD051, link-fragments)

⏰ 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
🔇 Additional comments (1)
source/_integrations/zwave_js.markdown (1)

85-86: Verify updated link slug

The anchor still points to /docs/z-wave/controllers/…, but the surrounding text now uses “adapter(s)”.
Please check that the destination slug hasn’t been renamed accordingly; otherwise this will become a dead link.

Copy link
Contributor Author

@c0ffeeca7 c0ffeeca7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leave term controller when referring to network role

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

♻️ Duplicate comments (1)
source/_integrations/zwave_js.markdown (1)

1109-1111: Broken internal anchor #adapter is still unresolved

This was flagged in the previous review and the link fragment remains invalid (### Resetting a Z-Wave adapter renders as #resetting-a-z-wave-adapter).

- after a [factory reset](#adapter)
+ after a [factory reset](#resetting-a-z-wave-adapter)

- Home Assistant [resets the Z-Wave adapter](#adapter).
+ Home Assistant [resets the Z-Wave adapter](#resetting-a-z-wave-adapter).
🧹 Nitpick comments (1)
source/_integrations/zwave_js.markdown (1)

119-126: Ordered-list numbering breaks after the collapsible “Manual setup steps” block

markdownlint (MD029) reports the sequence restarting at “5.” and “6.” where it expects “3.” and “4.”.
Renumber to keep the list valid (or switch to 1. on every line).

-3. Wait for the installation to complete.
-4. Depending on your Home Assistant version, you may be prompted for network security keys.
+1. Wait for the installation to complete.
+2. Depending on your Home Assistant version, you may be prompted for network security keys.

-5. Wait for the Z-Wave JS add-on to start up.
-6. Once the installation is complete, the **Device info** of the Z-Wave adapter is shown.
+3. Wait for the Z-Wave JS add-on to start up.
+4. Once the installation is complete, the **Device info** of the Z-Wave adapter is shown.
📜 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 ab7db8c and 9121303.

📒 Files selected for processing (1)
  • source/_integrations/zwave_js.markdown (26 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
source/_integrations/zwave_js.markdown

124-124: Ordered list item prefix
Expected: 3; Actual: 5; Style: 1/2/3

(MD029, ol-prefix)


125-125: Ordered list item prefix
Expected: 4; Actual: 6; Style: 1/2/3

(MD029, ol-prefix)


1109-1109: Link fragments should be valid

(MD051, link-fragments)


1111-1111: Link fragments should be valid

(MD051, link-fragments)

⏰ 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

@c0ffeeca7 c0ffeeca7 marked this pull request as draft July 2, 2025 09:44
@c0ffeeca7 c0ffeeca7 marked this pull request as ready for review July 2, 2025 11:11
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

♻️ Duplicate comments (1)
source/_integrations/zwave_js.markdown (1)

1109-1111: Broken internal anchors – still unresolved
The heading renders as ### Resetting a Z-Wave adapter, giving the fragment #resetting-a-z-wave-adapter, not #adapter.

-[factory reset](#adapter)
+[factory reset](#resetting-a-z-wave-adapter)

-[resets the Z-Wave adapter](#adapter)
+[resets the Z-Wave adapter](#resetting-a-z-wave-adapter)
🧹 Nitpick comments (2)
source/_integrations/zwave_js.markdown (2)

63-67: Fix wording in terminology table

Missing preposition breaks the sentence flow.

-| controller | adapter, when referring to the hardware device that provides the Z-Wave functionality. The term controller is still used when referring the network role (such as primary, secondary controller)  | |
+| controller | adapter, when referring to the hardware device that provides the Z-Wave functionality. The term **controller** is still used when referring **to** the network role (such as primary or secondary controller). | |

99-104: List numbering trips markdown-lint

The blank line before the nested bullet restarts the ordered list, so items 5./6. are reported as the 3rd/4th items (MD029).
Easiest fix: use the GitHub-style 1. prefix for every list item inside the main sequence:

-5. Wait for the installation to complete.
-6. Once the installation is complete, the **Device info** ...
+1. Wait for the installation to complete.
+1. Once the installation is complete, the **Device info** ...
📜 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 9121303 and 56a6d0e.

📒 Files selected for processing (1)
  • source/_integrations/zwave_js.markdown (23 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
source/_integrations/zwave_js.markdown

124-124: Ordered list item prefix
Expected: 3; Actual: 5; Style: 1/2/3

(MD029, ol-prefix)


125-125: Ordered list item prefix
Expected: 4; Actual: 6; Style: 1/2/3

(MD029, ol-prefix)


1109-1109: Link fragments should be valid

(MD051, link-fragments)


1111-1111: Link fragments should be valid

(MD051, link-fragments)

🔇 Additional comments (2)
source/_integrations/zwave_js.markdown (2)

85-85: Verify legacy “controllers” URL

The link still points to /docs/z-wave/controllers/….
If that page was (or will be) renamed to “…/adapters/…”, this link will 404 after the rename.
Confirm whether the old URL will be kept as an alias; otherwise update the path now.


897-899: Second instance of legacy “controllers” URL

Same concern as above – please validate that /docs/z-wave/controllers/#supported-z-wave-usb-sticks--hardware-modules will stay valid after the terminology switch. Update if necessary.

@home-assistant home-assistant bot added has-parent This PR has a parent PR in another repo parent-merged The parent PR has been merged already labels Jul 2, 2025
@c0ffeeca7 c0ffeeca7 added this to the 2025.7 milestone Jul 2, 2025
@c0ffeeca7 c0ffeeca7 removed their assignment Jul 2, 2025
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: 1

♻️ Duplicate comments (1)
source/_integrations/zwave_js.markdown (1)

1117-1120: Broken internal anchors (#adapter) – still unresolved
The two links here resolve to #adapter, which doesn’t exist. Replace with #resetting-a-z-wave-adapter (heading slug):

-[factory reset](#adapter)
+[factory reset](#resetting-a-z-wave-adapter)

-[resets the Z-Wave adapter](#adapter)
+[resets the Z-Wave adapter](#resetting-a-z-wave-adapter)
🧹 Nitpick comments (2)
source/_integrations/zwave_js.markdown (2)

53-54: Sentence reads awkwardly; tighten wording for clarity

The current wording is verbose and slightly confusing. Consider slimming it down and rearranging the clauses:

-You do not need a Z-Wave adapter that is specifically designed for the Z-Wave integration in Home Assistant. The Z-Wave integration in Home Assistant can be operated with any Z-Wave network with other Z-Wave certified devices from other manufacturers. All mains operated nodes within the network will act as repeaters regardless of vendor to increase reliability of the network.
+You don’t need a Home-Assistant-specific Z-Wave adapter.  
+The integration works in any Z-Wave network alongside certified devices from any manufacturer.  
+All mains-powered nodes act as repeaters, regardless of vendor, improving network reliability.

63-66: Missing “to” in the table definition

Small grammatical glitch in the controller → adapter mapping row.

-| controller | adapter, when referring to the hardware device that provides the Z-Wave functionality. The term controller is still used when referring the network role (such as primary, secondary controller)  | |
+| controller | adapter, when referring to the hardware device that provides the Z-Wave functionality. The term controller is still used when referring to the network role (such as primary or secondary controller). | |
📜 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 56a6d0e and db0dfb6.

📒 Files selected for processing (1)
  • source/_integrations/zwave_js.markdown (25 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
source/_integrations/zwave_js.markdown

124-124: Ordered list item prefix
Expected: 3; Actual: 5; Style: 1/2/3

(MD029, ol-prefix)


125-125: Ordered list item prefix
Expected: 4; Actual: 6; Style: 1/2/3

(MD029, ol-prefix)


1117-1117: Link fragments should be valid

(MD051, link-fragments)


1119-1119: Link fragments should be valid

(MD051, link-fragments)

⏰ 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
🔇 Additional comments (1)
source/_integrations/zwave_js.markdown (1)

85-85: Link slug still points at “controllers” – verify final URL before merge

/docs/z-wave/controllers/#supported-z-wave-usb-sticks--hardware-modules still contains “controllers” even though the docs have been re-termed to “adapters”.
Double-check whether the target page will be renamed; if so, update the slug (and any redirects) to avoid dead links.

@c0ffeeca7 c0ffeeca7 marked this pull request as draft July 3, 2025 06:11
@MartinHjelmare
Copy link
Member

Shouldn't this PR target current branch now since yesterday's release included the string changes for controller?

@c0ffeeca7
Copy link
Contributor Author

Shouldn't this PR target current branch now since yesterday's release included the string changes for controller?

💯 I'm working on it, that's why I put it in Draft mode. trying to resolve merge conflicts 😅 🫠

streamline terms
- stick
- USB stick
- dongle
c0ffeeca7 and others added 3 commits July 3, 2025 09:25
Co-authored-by: AlCalzone <dominic.griesel@nabucasa.com>
Co-authored-by: AlCalzone <dominic.griesel@nabucasa.com>
@c0ffeeca7 c0ffeeca7 force-pushed the z-wave-change-controller-to-adapter branch from db0dfb6 to 63ce7fd Compare July 3, 2025 07:28
@c0ffeeca7 c0ffeeca7 changed the base branch from next to current July 3, 2025 07:29
@home-assistant home-assistant bot added current This PR goes into the current branch and removed needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch next This PR goes into the next branch labels Jul 3, 2025
@c0ffeeca7 c0ffeeca7 marked this pull request as ready for review July 3, 2025 07:47
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

♻️ Duplicate comments (1)
source/_integrations/zwave_js.markdown (1)

119-126: Ordered-list numbering still breaks MD029

The list continues after a <details> block. Markdown-lint expects either auto-numbering (1. everywhere) or a fresh 1. after the block.
Current 3.6. triggers MD029 errors and will fail CI.

-3. Wait for the installation to complete.
-4. Depending on your Home Assistant version, you may be prompted for network security keys.
+1. Wait for the installation to complete.
+2. Depending on your Home Assistant version, you may be prompted for network security keys.-5. Wait for the Z-Wave JS add-on to start up.
-6. Once the installation is complete, the **Device info** of the Z-Wave adapter is shown.
+3. Wait for the Z-Wave JS add-on to start up.
+4. Once the installation is complete, the **Device info** of the Z-Wave adapter is shown.
🧹 Nitpick comments (2)
source/_integrations/zwave_js.markdown (2)

63-70: Missing preposition in controller‐to‐adapter note

“…is still used when referring the network role” → should read “referring to the network role”.

-| controller | adapter, when referring to the hardware device that provides the Z-Wave functionality. The term controller is still used when referring the network role (such as primary, secondary controller)  | |
+| controller | adapter, when referring to the hardware device that provides the Z-Wave functionality. The term controller is still used when referring **to** the network role (such as primary, secondary controller) | |

295-297: Superfluous blank line violates MD012

Two consecutive blank lines render fine but trigger the linter. Remove one.

-
-
 ![Screenshot showing the device panel of a Z-Wave adapter](/images/integrations/z-wave/z-wave-controller-commands.png)
📜 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 db0dfb6 and 3e6d878.

📒 Files selected for processing (1)
  • source/_integrations/zwave_js.markdown (23 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
source/_integrations/zwave_js.markdown

124-124: Ordered list item prefix
Expected: 3; Actual: 5; Style: 1/2/3

(MD029, ol-prefix)


125-125: Ordered list item prefix
Expected: 4; Actual: 6; Style: 1/2/3

(MD029, ol-prefix)


295-295: Multiple consecutive blank lines
Expected: 1; Actual: 2

(MD012, no-multiple-blanks)

🔇 Additional comments (2)
source/_integrations/zwave_js.markdown (2)

1-1209: No broken #adapter anchors detected
Ran a recursive grep for (#adapter) and found no occurrences in source/_integrations/zwave_js.markdown. No further changes required.


85-86: No update needed—“controllers” slug is correct
The file source/_docs/z-wave/controllers.markdown still exists, so the link /docs/z-wave/controllers/#supported-z-wave-usb-sticks--hardware-modules is valid. There is no adapters page to link to.

– No action required on source/_integrations/zwave_js.markdown

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
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

♻️ Duplicate comments (1)
source/_integrations/zwave_js.markdown (1)

119-126: Fix ordered-list numbering (markdown-lint MD029).

The list that resumes after the <details> block is treated as a brand-new list by Markdown, so numbering must restart from 1. (or just use 1. for every item).
Current numbering (3.6.) breaks the CI linter.

-3. Wait for the installation to complete.
-4. Depending on your Home Assistant version, you may be prompted for network security keys.
+1. Wait for the installation to complete.
+2. Depending on your Home Assistant version, you may be prompted for network security keys.-5. Wait for the Z-Wave JS add-on to start up.
-6. Once the installation is complete, the **Device info** of the Z-Wave adapter is shown.
+3. Wait for the Z-Wave JS add-on to start up.
+4. Once the installation is complete, the **Device info** of the Z-Wave adapter is shown.
🧹 Nitpick comments (1)
source/_integrations/zwave_js.markdown (1)

293-296: Remove superfluous blank line (markdown-lint MD012).

There are two consecutive blank lines after the screenshot reference, triggering MD012. Delete one of them.

-
-
📜 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 3e6d878 and a451c80.

📒 Files selected for processing (1)
  • source/_integrations/zwave_js.markdown (23 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
source/_integrations/zwave_js.markdown

124-124: Ordered list item prefix
Expected: 3; Actual: 5; Style: 1/2/3

(MD029, ol-prefix)


125-125: Ordered list item prefix
Expected: 4; Actual: 6; Style: 1/2/3

(MD029, ol-prefix)


295-295: Multiple consecutive blank lines
Expected: 1; Actual: 2

(MD012, no-multiple-blanks)

⏰ 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
🔇 Additional comments (1)
source/_integrations/zwave_js.markdown (1)

1-1208: No remaining (#adapter) anchor fragments detected.
Ran a repository-wide search for (#adapter) in Markdown files and found zero occurrences. There are no broken internal links to update.

@c0ffeeca7
Copy link
Contributor Author

Thank you for the review, @AlCalzone and @MartinHjelmare

@c0ffeeca7 c0ffeeca7 merged commit 62b143a into current Jul 3, 2025
9 checks passed
@home-assistant home-assistant bot removed parent-merged The parent PR has been merged already in-progress This PR/Issue is currently being worked on labels Jul 3, 2025
@c0ffeeca7 c0ffeeca7 deleted the z-wave-change-controller-to-adapter branch July 3, 2025 08:30
@c0ffeeca7 c0ffeeca7 removed this from the 2025.7 milestone Jul 3, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Jul 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
current This PR goes into the current branch has-parent This PR has a parent PR in another repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants