Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Documentation for Ekey Bionyx Integration #37646

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 8 commits into
base: next
Choose a base branch
from

Conversation

richardpolzer
Copy link
Contributor

@richardpolzer richardpolzer commented Feb 23, 2025

Proposed change

Add Documentation for Ekey Bionyx Integration

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

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

  • Documentation
    • Added new documentation for the Ekey Bionyx integration, detailing setup instructions, features, limitations, and uninstallation steps for connecting Ekey Bionyx fingerprint readers with Home Assistant.

@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 Feb 23, 2025
@home-assistant
Copy link

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 Feb 23, 2025

Deploy Preview for home-assistant-docs ready!

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

@richardpolzer richardpolzer changed the title Dokumentation for Ekey Bionyx Integration Documentation for Ekey Bionyx Integration Feb 23, 2025
@home-assistant home-assistant bot added has-parent This PR has a parent PR in a other repo and removed needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch labels Feb 23, 2025
@c0ffeeca7 c0ffeeca7 added the new-integration This PR adds documentation for a new Home Assistant integration label Feb 26, 2025
@richardpolzer richardpolzer marked this pull request as ready for review May 30, 2025 07:12
Copy link
Contributor

coderabbitai bot commented May 30, 2025

📝 Walkthrough

Walkthrough

A new documentation file for the ekeybionyx integration was added. This file describes how to configure and use the integration, outlines its limitations, and provides installation and uninstallation instructions for connecting Ekey Bionyx fingerprint readers with Home Assistant via local push webhooks.

Changes

File(s) Change Summary
source/_integrations/ekeybionyx.markdown Added documentation for the new ekeybionyx integration, including setup, usage, limitations, and removal steps.

📜 Recent 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 f2705e3 and f56eec4.

📒 Files selected for processing (1)
  • source/_integrations/ekeybionyx.markdown (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • source/_integrations/ekeybionyx.markdown
⏰ 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

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

🧹 Nitpick comments (6)
source/_integrations/ekeybionyx.markdown (6)

17-17: Fix missing preposition for clarity.
Add "to" in the sentence for proper grammar.

-The `ekeybionyx` integration allows you get events from your [ekey fingerprint reader](https://www.ekey.net) to Home Assistant.
+The `ekeybionyx` integration allows you to get events from your [ekey fingerprint reader](https://www.ekey.net) to Home Assistant.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~17-~17: Possible missing preposition found.
Context: ...The ekeybionyx integration allows you get events from your [ekey fingerprint read...

(AI_HYDRA_LEO_MISSING_TO)


27-28: Unify casing and punctuation in limitation bullets.
Make list items consistent in case and style:

-- Ekey allows only 5 Webhooks per Device
-- You cannot link multiple HA instances to the same ekey System
+- Ekey allows only five webhooks per device
+- You cannot link multiple Home Assistant instances to the same ekey system

32-33: Simplify and punctuate the installation sentence.
Refactor for brevity and consistent API casing:

-In order to use the integration the ekey device needs to be set up in **plus mode** and the ekey Bionyx Third Party Api needs to be enabled in the App.
+To use the integration, the ekey device must be set up in **Plus mode**, and the ekey Bionyx third party API must be enabled in the app.

34-34: Enhance image alt text for accessibility.
Provide a more descriptive alt text rather than the filename:

-![Activate Ekey Bionyx Third Party Api](/images/integrations/ekeybionyx/activate_third_party_api.png)
+![Screenshot showing how to activate the Third Party API in the ekey Bionyx app](/images/integrations/ekeybionyx/activate_third_party_api.png)

36-36: Add comma and improve phrasing.
Combine sentences and remove repetition:

-After setting up Home Assistant you need to go to the app and manually assign the created Events to fingers that will trigger them.
+After setting up Home Assistant, go to the ekey Bionyx app and manually assign the created events to the fingers that will trigger them.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~36-~36: A comma might be missing here.
Context: ...d_party_api.png) After setting up Home Assistant you need to go to the app and manually ...

(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)


[style] ~36-~36: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...g) After setting up Home Assistant you need to go to the app and manually assign the c...

(REP_NEED_TO_VB)


42-43: Clarify and unify uninstallation steps.
Improve grammar, replace abbreviations, and use US spelling:

-- Delete from HA and then turn the API off and on again in the App. (all webhooks will be reset even outside of HA)
-- Delete from HA, Set it up again in HA (it will go through the deletion process) and confirm the deletion in the App afterwards.
+- Delete the integration from Home Assistant, then toggle the API off and on in the app (this resets all webhooks, even outside of Home Assistant).
+- Delete the integration from Home Assistant, set it up again (it will go through the deletion process), and confirm the deletion in the app afterward.
🧰 Tools
🪛 LanguageTool

[locale-violation] ~43-~43: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects.
Context: ...ss) and confirm the deletion in the App afterwards.

(AFTERWARDS_US)

📜 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 07703de and 5915155.

⛔ Files ignored due to path filters (1)
  • source/images/integrations/ekeybionyx/activate_third_party_api.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • source/_integrations/ekeybionyx.markdown (1 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_integrations/ekeybionyx.markdown

[uncategorized] ~17-~17: Possible missing preposition found.
Context: ...The ekeybionyx integration allows you get events from your [ekey fingerprint read...

(AI_HYDRA_LEO_MISSING_TO)


[style] ~31-~31: Consider a more concise word here.
Context: ...y System ## Installation Instructions In order to use the integration the ekey device nee...

(IN_ORDER_TO_PREMIUM)


[uncategorized] ~36-~36: A comma might be missing here.
Context: ...d_party_api.png) After setting up Home Assistant you need to go to the app and manually ...

(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)


[style] ~36-~36: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...g) After setting up Home Assistant you need to go to the app and manually assign the c...

(REP_NEED_TO_VB)


[uncategorized] ~40-~40: Possible missing comma found.
Context: ...s Based on the limited lifetime of the token you have 2 options of cleanly resetting...

(AI_HYDRA_LEO_MISSING_COMMA)


[locale-violation] ~43-~43: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects.
Context: ...ss) and confirm the deletion in the App afterwards.

(AFTERWARDS_US)

🔇 Additional comments (1)
source/_integrations/ekeybionyx.markdown (1)

1-15: Verify front matter keys against documentation standards.
The YAML front matter uses ha_category, which may not be recognized by the documentation generator. Confirm you’re using the correct keys (e.g., ha_component_category) as per Home Assistant docs guidelines.

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 (5)
source/_integrations/ekeybionyx.markdown (5)

17-17: Fix missing preposition in introductory sentence.
Add "to" after "allows you" for grammatical correctness.

-The `ekeybionyx` integration allows you get events from your [ekey fingerprint reader](https://www.ekey.net) to Home Assistant.
+The `ekeybionyx` integration allows you to get events from your [ekey fingerprint reader](https://www.ekey.net) to Home Assistant.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~17-~17: Possible missing preposition found.
Context: ...The ekeybionyx integration allows you get events from your [ekey fingerprint read...

(AI_HYDRA_LEO_MISSING_TO)


25-29: Standardize bullet formatting and capitalization.
Use lowercase for "webhooks", "device", and "system", and consider spelling out small numbers for consistency with style.

-## Current Limitations
-
-- Ekey allows only 5 Webhooks per Device
-- You cannot link multiple HA instances to the same ekey System
+## Current Limitations
+
+- Ekey allows only five webhooks per device
+- You cannot link multiple HA instances to the same ekey system

31-34: Improve sentence structure and API capitalization.
Add a comma after "integration", update "Api" to "API", and lowercase "app" for consistency.

-In order to use the integration the ekey device needs to be set up in **plus mode** and the ekey Bionyx Third Party Api needs to be enabled in the App.
+To use the integration, the ekey device needs to be set up in **plus mode**, and the ekey Bionyx Third Party API needs to be enabled in the app.

Also update the image alt text:

-![Activate Ekey Bionyx Third Party Api](/images/integrations/ekeybionyx/activate_third_party_api.png)
+![Activate Ekey Bionyx Third Party API](/images/integrations/ekeybionyx/activate_third_party_api.png)
🧰 Tools
🪛 LanguageTool

[style] ~31-~31: Consider a more concise word here.
Context: ...y System ## Installation Instructions In order to use the integration the ekey device nee...

(IN_ORDER_TO_PREMIUM)


[uncategorized] ~32-~32: Possible missing comma found.
Context: ...ation Instructions In order to use the integration the ekey device needs to be set up in *...

(AI_HYDRA_LEO_MISSING_COMMA)


40-40: Clarify grammar and event labeling.
Add a comma after the introductory clause and lowercase "Events".

-After setting up Home Assistant you need to go to the app and manually assign the created Events to fingers that will trigger them.
+After setting up Home Assistant, you need to go to the app and manually assign the created events to fingers that will trigger them.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~40-~40: A comma might be missing here.
Context: ...ve. {% endtip %} After setting up Home Assistant you need to go to the app and manually ...

(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)


[style] ~40-~40: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...%} After setting up Home Assistant you need to go to the app and manually assign the c...

(REP_NEED_TO_VB)


44-47: Polish uninstallation instructions.
Ensure commas and capitalization are consistent, replace numerals under ten with words, and improve readability of parentheticals.

-Based on the limited lifetime of the token you have 2 options of cleanly resetting the connection to Home Assistant:
+Based on the limited lifetime of the token, you have two options for cleanly resetting the connection to Home Assistant:

-- Delete the integration from Home Assistant, then turn the API off and on again in the app. All webhooks will be reset, even outside of HA.
-- Delete the integration from Home Assistant, set it up again in Home Assistant (which will trigger deletion), and then confirm the deletion in the app afterward.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~44-~44: Possible missing comma found.
Context: ...s Based on the limited lifetime of the token you have 2 options of cleanly resetting...

(AI_HYDRA_LEO_MISSING_COMMA)


[locale-violation] ~47-~47: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects.
Context: ...ss) and confirm the deletion in the App afterwards.

(AFTERWARDS_US)

📜 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 5915155 and a7382d6.

📒 Files selected for processing (1)
  • source/_integrations/ekeybionyx.markdown (1 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_integrations/ekeybionyx.markdown

[uncategorized] ~17-~17: Possible missing preposition found.
Context: ...The ekeybionyx integration allows you get events from your [ekey fingerprint read...

(AI_HYDRA_LEO_MISSING_TO)


[style] ~31-~31: Consider a more concise word here.
Context: ...y System ## Installation Instructions In order to use the integration the ekey device nee...

(IN_ORDER_TO_PREMIUM)


[uncategorized] ~32-~32: Possible missing comma found.
Context: ...ation Instructions In order to use the integration the ekey device needs to be set up in *...

(AI_HYDRA_LEO_MISSING_COMMA)


[uncategorized] ~40-~40: A comma might be missing here.
Context: ...ve. {% endtip %} After setting up Home Assistant you need to go to the app and manually ...

(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)


[style] ~40-~40: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...%} After setting up Home Assistant you need to go to the app and manually assign the c...

(REP_NEED_TO_VB)


[uncategorized] ~44-~44: Possible missing comma found.
Context: ...s Based on the limited lifetime of the token you have 2 options of cleanly resetting...

(AI_HYDRA_LEO_MISSING_COMMA)


[locale-violation] ~47-~47: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects.
Context: ...ss) and confirm the deletion in the App afterwards.

(AFTERWARDS_US)

⏰ 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 (4)
source/_integrations/ekeybionyx.markdown (4)

1-15: Frontmatter looks correct.
The metadata fields (title, description, category, codeowners, etc.) follow Home Assistant documentation standards and include all required keys.


19-19: Config flow include is correctly added.
This ensures the integration’s configuration UI steps are documented.


21-23: Event Platform section is clear.
The heading and description accurately explain how webhooks map to Home Assistant events.


36-38: Tip block is informative.
The performance recommendation is clear, concise, and follows tip formatting conventions.

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/ekeybionyx.markdown (4)

17-17: Refine wording for clarity.
Consider rephrasing to emphasize that Home Assistant receives the events, e.g.:

- The `ekeybionyx` integration allows you to get events from your [ekey fingerprint reader](https://www.ekey.net) to Home Assistant.
+ The `ekeybionyx` integration allows Home Assistant to receive events from your [ekey fingerprint reader](https://www.ekey.net).

46-46: Use consistent terminology and improve clarity.
Replace abbreviations and refine the first reset option for readability:

- Delete from HA and then turn the API off and on again in the App. (all webhooks will be reset even outside of HA)
+ Delete the integration in Home Assistant, then disable and re-enable the Third Party API in the ekey app. This resets all webhooks.

47-47: Fix grammar and American English usage.
Improve the second reset option and use “afterward”:

- Delete from HA, Set it up again in HA (it will go through the deletion process) and confirm the deletion in the App afterwards.
+ Delete the integration in Home Assistant, set it up again (triggering the deletion process), and confirm the deletion in the ekey app afterward.
🧰 Tools
🪛 LanguageTool

[locale-violation] ~47-~47: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects.
Context: ...ss) and confirm the deletion in the App afterwards.

(AFTERWARDS_US)

🪛 markdownlint-cli2 (0.17.2)

47-47: Files should end with a single newline character
null

(MD047, single-trailing-newline)


47-47: Add a single trailing newline.
Ensure the file ends with exactly one newline to satisfy Markdown lint rule MD047.

🧰 Tools
🪛 LanguageTool

[locale-violation] ~47-~47: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects.
Context: ...ss) and confirm the deletion in the App afterwards.

(AFTERWARDS_US)

🪛 markdownlint-cli2 (0.17.2)

47-47: Files should end with a single newline character
null

(MD047, single-trailing-newline)

📜 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 a7382d6 and fabb483.

📒 Files selected for processing (1)
  • source/_integrations/ekeybionyx.markdown (1 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_integrations/ekeybionyx.markdown

[uncategorized] ~32-~32: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...p in plus mode, and the ekey Bionyx Third Party API needs to be enabled in the app. ![...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[style] ~40-~40: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...} After setting up Home Assistant, you need to go to the app and manually assign the c...

(REP_NEED_TO_VB)


[locale-violation] ~47-~47: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects.
Context: ...ss) and confirm the deletion in the App afterwards.

(AFTERWARDS_US)

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

47-47: Files should end with a single newline character
null

(MD047, single-trailing-newline)

⏰ 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 (7)
source/_integrations/ekeybionyx.markdown (7)

4-15: Frontmatter metadata is complete.
The YAML header includes all required Home Assistant fields (title, description, ha_category, release, domain, codeowners, etc.).


19-19: Verify the config flow include renders properly.
Ensure integrations/config_flow.md exists and follows the standard pattern for configuration UI documentation.


21-23: Event platform section looks good.
The heading and description accurately reflect that this integration provides events for automations.


25-29: Current limitations are clearly stated.
This section concisely lists the integration’s known constraints.


30-38: Installation instructions and tip are clear.
Good use of a tip block to emphasize using local IPs for better responsiveness.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~32-~32: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...p in plus mode, and the ekey Bionyx Third Party API needs to be enabled in the app. ![...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


32-32: Skip hyphenation suggestion.
The static hint to hyphenate “plus mode” is a false positive, as “plus mode” is the official device mode name.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~32-~32: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...p in plus mode, and the ekey Bionyx Third Party API needs to be enabled in the app. ![...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


42-45: Uninstallation instructions heading and context are appropriate.
This section clearly explains token lifetime and reset options for a clean teardown.

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 (2)
source/_integrations/ekeybionyx.markdown (2)

21-21: Duplicate fix: corrected heading typo.
The heading now reads “## Event Platform,” addressing the previous typo comment from outdated commits. Great catch!


23-23: Duplicate fix: clarified event usage.
The description now accurately states that webhooks are represented as events and used as triggers, aligning with Home Assistant conventions.

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

32-32: Use hyphens in compound adjectives.
Improve readability by hyphenating “Third-Party API”:

- the ekey Bionyx Third Party API needs to be enabled in the app.
+ the ekey Bionyx Third-Party API needs to be enabled in the app.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~32-~32: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...p in plus mode, and the ekey Bionyx Third Party API needs to be enabled in the app. ![...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


40-40: Refine phrasing for clarity.
Consider rewording to be more concise and active:

- After setting up Home Assistant, you need to go to the app and manually assign the created events to fingers that will trigger them.
+ Once Home Assistant is set up, open the ekey app and assign events to the fingers you wish to use as triggers.
🧰 Tools
🪛 LanguageTool

[style] ~40-~40: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...} After setting up Home Assistant, you need to go to the app and manually assign the c...

(REP_NEED_TO_VB)


47-47: Apply hyphenation and punctuation.
Hyphenate “Third-Party API” and add a period at the end for consistency:

- then disable and re-enable the Third Party API in the ekey app. This resets all webhooks
+ then disable and re-enable the Third-Party API in the ekey app. This resets all webhooks.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~47-~47: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...sistant, then disable and re-enable the Third Party API in the ekey app. This resets all we...

(EN_COMPOUND_ADJECTIVE_INTERNAL)

📜 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 fabb483 and f2705e3.

📒 Files selected for processing (1)
  • source/_integrations/ekeybionyx.markdown (1 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_integrations/ekeybionyx.markdown

[uncategorized] ~32-~32: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...p in plus mode, and the ekey Bionyx Third Party API needs to be enabled in the app. ![...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[style] ~40-~40: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...} After setting up Home Assistant, you need to go to the app and manually assign the c...

(REP_NEED_TO_VB)


[uncategorized] ~47-~47: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...sistant, then disable and re-enable the Third Party API in the ekey app. This resets all we...

(EN_COMPOUND_ADJECTIVE_INTERNAL)

⏰ 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 in-progress This PR/Issue is currently being worked on new-integration This PR adds documentation for a new Home Assistant integration next This PR goes into the next branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants