Skip to content

Upload blog on Nuki joining WWHA #39830

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 2 commits into from
Jul 3, 2025
Merged

Conversation

googanhiem
Copy link
Contributor

@googanhiem googanhiem commented Jul 3, 2025

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

  • New Features
    • Added a new blog post announcing that Nuki smart locks have joined the Works with Home Assistant certification program, detailing supported models, integration features, and frequently asked questions.

@home-assistant home-assistant bot added the current This PR goes into the current branch label Jul 3, 2025
Copy link

netlify bot commented Jul 3, 2025

Deploy Preview for home-assistant-docs ready!

Name Link
🔨 Latest commit 7a63a3f
🔍 Latest deploy log https://app.netlify.com/projects/home-assistant-docs/deploys/6866a3cc82c8640008d624f7
😎 Deploy Preview https://deploy-preview-39830--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 Jul 3, 2025

📝 Walkthrough

Walkthrough

A new blog post was added announcing that Nuki smart locks have joined the Works with Home Assistant certification program. The post introduces Nuki, describes the certified lock models, outlines integration details, and provides a FAQ about the certification and device support.

Changes

File(s) Change Summary
source/_posts/2025-07-03-nuki-joins-works-with-home-assistant.markdown Added new blog post announcing Nuki's certification

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant HomeAssistant
    participant NukiLock
    participant NukiApp

    User->>NukiApp: Set up and calibrate Nuki Lock
    NukiApp->>NukiLock: Configure and calibrate device

    User->>HomeAssistant: Integrate Nuki Lock via Matter
    HomeAssistant->>NukiLock: Discover and connect locally (Matter)
    User->>HomeAssistant: Control lock (e.g., lock/unlock)
    HomeAssistant->>NukiLock: Send local commands (no cloud required)
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: 1

🧹 Nitpick comments (5)
source/_posts/2025-07-03-nuki-joins-works-with-home-assistant.markdown (5)

34-34: Wordiness – drop “in order to”

Minor style fix for conciseness.

-...account registration in order to use these locks.
+...account registration to use these locks.

42-43: Tighten phrasing around “in a hurry”

The phrase is a bit verbose. Consider:

-...is ideal for those in a hurry, but you can also pick...
+...is ideal when you’re in a rush, but you can also pick...

49-50: Remove superfluous “of” and balance “either/or” construction

Two micro-edits in one sentence:

-All of the models listed work locally, as this is a requirement of the 'Works with' program so that you can ensure you feel safe and secure in your smart home.
+All the models listed work locally, as this is a requirement of the 'Works with' program so you can feel safe and secure in your smart home.
-If you're looking for remote access, this can either be provided by the Nuki App, or via your Home Assistant system...
+If you want remote access, you can use either the Nuki app or your Home Assistant system...

58-58: Run-on sentence – add comma after independent clause

Add a comma before “and” to avoid a run-on:

-...Home Assistant and we have even tried out a couple of older locks...
+...Home Assistant, and we have even tried out a couple of older locks...

70-70: Another unnecessary “of”

Consistent with earlier edit:

-A: All of the main lock products Nuki currently sells are now represented here...
+A: All the main lock products Nuki currently sells are now represented here...
📜 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 fb8a74a and e83819e.

⛔ Files ignored due to path filters (2)
  • source/images/blog/2025-07-nuki/art.jpg is excluded by !**/*.jpg
  • source/images/blog/2025-07-nuki/lock.jpg is excluded by !**/*.jpg
📒 Files selected for processing (1)
  • source/_posts/2025-07-03-nuki-joins-works-with-home-assistant.markdown (1 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_posts/2025-07-03-nuki-joins-works-with-home-assistant.markdown

[style] ~34-~34: Consider a more concise word here.
Context: ...a cloud account or account registration in order to use these locks. Once the device is act...

(IN_ORDER_TO_PREMIUM)


[style] ~42-~42: ‘in a hurry’ might be wordy. Consider a shorter alternative.
Context: ...s ultra-fast setting is ideal for those in a hurry, but you can also pick from 'standard' ...

(EN_WORDINESS_PREMIUM_IN_A_HURRY)


[style] ~49-~49: Consider removing “of” to be more concise
Context: ...t lock offerings. ## A keyless future All of the models listed work locally, as this is ...

(ALL_OF_THE)


[uncategorized] ~50-~50: It seems likely that a singular genitive (’s) apostrophe is missing.
Context: ...me Assistant but also helps bring more 'Works with' partners to the program 🤝). We'...

(AI_HYDRA_LEO_APOSTROPHE_S_XS)


[uncategorized] ~58-~58: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...will work via Matter with Home Assistant and we have even tried out a couple of olde...

(COMMA_COMPOUND_SENTENCE)


[uncategorized] ~58-~58: A comma might be missing here.
Context: ...e is any other device missing from this list it just means that it hasn't gone throu...

(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)


[style] ~70-~70: Consider removing “of” to be more concise
Context: ...ore Nuki devices to the program?*** A: All of the main lock products Nuki currently sells...

(ALL_OF_THE)

⏰ 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

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/_posts/2025-07-03-nuki-joins-works-with-home-assistant.markdown (1)

9-9: Fix the category slug – taxonomy will break otherwise

The category key must match the existing slug exactly (Works with Home Assistant, no hyphens). The current value prevents the post from showing up in category feeds & archives.

-categories: Works-with-Home-Assistant
+categories: Works with Home Assistant
🧹 Nitpick comments (4)
source/_posts/2025-07-03-nuki-joins-works-with-home-assistant.markdown (4)

34-34: Trim unnecessary “in order to”

A minor wording tweak improves flow and cuts filler.

-...account or account registration in order to use these locks.
+...account or account registration to use these locks.

42-42: Tighten phrasing around speed setting

“In a hurry” is wordy. Consider a leaner alternative.

-...the 'Insane' setting. This ultra-fast setting is ideal for those in a hurry,
+...the 'Insane' setting. This ultra-fast mode is ideal when you're rushed,

48-50: Remove superfluous “of”

-All of the models listed work locally,
+All the models listed work locally,

56-59: Add missing commas to avoid run-ons

-...with Home Assistant and we have even tried out a couple of older locks with good results.
+...with Home Assistant, and we have even tried out a couple of older locks with good results.

-If there is any other device missing from this list it just means that it hasn't...
+If there is any other device missing from this list, it just means that it hasn't...
📜 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 e83819e and 7a63a3f.

📒 Files selected for processing (1)
  • source/_posts/2025-07-03-nuki-joins-works-with-home-assistant.markdown (1 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_posts/2025-07-03-nuki-joins-works-with-home-assistant.markdown

[style] ~34-~34: Consider a more concise word here.
Context: ...a cloud account or account registration in order to use these locks. Once the device is act...

(IN_ORDER_TO_PREMIUM)


[style] ~42-~42: ‘in a hurry’ might be wordy. Consider a shorter alternative.
Context: ...s ultra-fast setting is ideal for those in a hurry, but you can also pick from 'standard' ...

(EN_WORDINESS_PREMIUM_IN_A_HURRY)


[style] ~49-~49: Consider removing “of” to be more concise
Context: ...t lock offerings. ## A keyless future All of the models listed work locally, as this is ...

(ALL_OF_THE)


[uncategorized] ~50-~50: It seems likely that a singular genitive (’s) apostrophe is missing.
Context: ...me Assistant but also helps bring more 'Works with' partners to the program 🤝). We'...

(AI_HYDRA_LEO_APOSTROPHE_S_XS)


[uncategorized] ~58-~58: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...will work via Matter with Home Assistant and we have even tried out a couple of olde...

(COMMA_COMPOUND_SENTENCE)


[uncategorized] ~58-~58: Possible missing comma found.
Context: ...e is any other device missing from this list it just means that it hasn't gone throu...

(AI_HYDRA_LEO_MISSING_COMMA)


[style] ~70-~70: Consider removing “of” to be more concise
Context: ...ore Nuki devices to the program?*** A: All of the main lock products Nuki currently sells...

(ALL_OF_THE)

⏰ 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

Copy link
Contributor Author

@googanhiem googanhiem left a comment

Choose a reason for hiding this comment

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

Ready to go

@frenck frenck requested a review from Copilot July 3, 2025 16:23
@frenck frenck added the blog This PR adds a blog article to the Home Assistant website label Jul 3, 2025
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 adds a new blog post announcing that Nuki smart locks have joined the Works with Home Assistant certification program.

  • Introduces Nuki’s origin story and product lineup
  • Describes Matter integration, device features, speed settings, and installation
  • Includes an FAQ section on certification, testing, and future device support
Comments suppressed due to low confidence (3)

source/_posts/2025-07-03-nuki-joins-works-with-home-assistant.markdown:19

  • [nitpick] The phrase 'Keeping everything in the family' is a dangling modifier. Consider rephrasing to something like: 'Keeping everything in the family, brothers Martin and Jürgen started the brand.'
Nuki started just over 10 years ago, with their first smart lock that was called the 'magic black box'. It was this award-winning design that evolved into the sleek Nuki Smart Locks that are available today.  Keeping everything in the family, the brand was started by brothers Martin and Jürgen. Frustrated with the hassle of carrying a door key in their sports kit, the brothers launched a successful Kickstarter and have been innovating ever since. They design their smart locks in Austria and manufacture them in Europe. Their locks are available across Europe, and in early July, they launched the Nuki Smart Lock in the U.S.

source/_posts/2025-07-03-nuki-joins-works-with-home-assistant.markdown:54

  • Use sentence-style capitalization for headings. Change to '### FAQ on Works with Home Assistant' to match the documentation style guide.
### FAQ ON WORKS WITH HOME ASSISTANT

source/_posts/2025-07-03-nuki-joins-works-with-home-assistant.markdown:56

  • [nitpick] Triple asterisks render bold and italic. Use double asterisks (e.g., Q: ...) for bold-only emphasis to keep formatting consistent.
***Q: If I have a device that is not listed under 'Works with Home Assistant' does this mean it's not supported?***


## Devices

<p class='img'><img src='/images/blog/2025-07-nuki/lock.jpg' style='border: 0;box-shadow: none;' alt="Smart lock pro">This lock is turning heads faster than it turns bolts</p>
Copy link
Preview

Copilot AI Jul 3, 2025

Choose a reason for hiding this comment

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

The alt text 'Smart lock pro' is generic. Update it to 'Nuki Smart Lock Pro' to improve clarity, SEO, and accessibility.

Suggested change
<p class='img'><img src='/images/blog/2025-07-nuki/lock.jpg' style='border: 0;box-shadow: none;' alt="Smart lock pro">This lock is turning heads faster than it turns bolts</p>
<p class='img'><img src='/images/blog/2025-07-nuki/lock.jpg' style='border: 0;box-shadow: none;' alt="Nuki Smart Lock Pro">This lock is turning heads faster than it turns bolts</p>

Copilot uses AI. Check for mistakes.

Copy link
Member

@frenck frenck left a comment

Choose a reason for hiding this comment

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

Thanks, @googanhiem 👍

../Frenck

@frenck frenck merged commit 91baa10 into home-assistant:current Jul 3, 2025
7 checks passed
@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
blog This PR adds a blog article to the Home Assistant website current This PR goes into the current branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants