Skip to content
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

Added documentation for new integration igloohome #35784

Merged
merged 43 commits into from
Jan 11, 2025

Conversation

keithle888
Copy link

@keithle888 keithle888 commented Nov 16, 2024

Proposed change

Added markdown documentation for new core integration 'igloohome'

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

  • New Features

    • Introduced comprehensive documentation for the igloohome integration with Home Assistant, detailing functionality and setup.
    • Provided a step-by-step guide for connecting igloohome devices and updating battery levels.
  • Documentation

    • Added prerequisites and instructions for obtaining API credentials required for the integration, including sign-in and inputting Client ID and Client Secret.
    • Included guidance for verifying successful integration and recognizing battery entities.
    • Offered troubleshooting advice for battery level update failures and authentication issues.
    • Documented the process for removing the integration, clarifying that standard procedures apply.

@home-assistant home-assistant bot added current This PR goes into the current branch has-parent This PR has a parent PR in a other repo 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 labels Nov 16, 2024
@home-assistant
Copy link

It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the next branch. Please change the target branch of this PR to next and rebase if needed.

Copy link

netlify bot commented Nov 16, 2024

Deploy Preview for home-assistant-docs ready!

Name Link
🔨 Latest commit 1a29d4e
🔍 Latest deploy log https://app.netlify.com/sites/home-assistant-docs/deploys/67823fff2d23a0000881ce24
😎 Deploy Preview https://deploy-preview-35784--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 site configuration.

@klaasnicolaas klaasnicolaas changed the base branch from current to next November 16, 2024 10:18
@home-assistant home-assistant bot added next This PR goes into the next branch and removed current This PR goes into the current branch needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch labels Nov 16, 2024
@keithle888
Copy link
Author

It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the next branch. Please change the target branch of this PR to next and rebase if needed.

Does anyone know if this is something I can ignore? This PR looks to be correctly targetting the next branch of the main-repo.

@keithle888 keithle888 marked this pull request as ready for review November 16, 2024 16:20
Copy link
Contributor

coderabbitai bot commented Nov 16, 2024

📝 Walkthrough

Walkthrough

The changes introduce a new documentation file for the igloohome integration with Home Assistant. This documentation details the integration's functionality, setup process, and prerequisites, including the need for an iglooaccess account. It provides a step-by-step guide for users to configure the integration using API credentials and categorizes the integration under sensors, with defined attributes.

Changes

File Change Summary
source/_integrations/igloohome.markdown Added new documentation for igloohome integration, detailing functionality, setup process, and prerequisites.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Home Assistant
    participant igloodeveloper API

    User->>Home Assistant: Sign in and input API credentials
    Home Assistant->>igloodeveloper API: Request device battery levels
    igloodeveloper API-->>Home Assistant: Return battery level updates
    Home Assistant-->>User: Display device status
Loading

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ 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.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate unit testing code.
    • @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.

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. (Beta)
  • @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

🧹 Outside diff range and nitpick comments (3)
source/_integrations/igloohome.markdown (3)

20-22: Consider adding more account details

While the prerequisite is clear, it would be helpful to mention any specific account requirements (e.g., free vs paid account) or regional availability limitations if any exist.


26-33: Fix formatting and typos in setup instructions

There are several issues in the setup instructions:

  1. Typo: "crendentials" should be "credentials"
  2. Lists should be surrounded by blank lines
  3. Remove trailing spaces after "Home Assistant"
 Once the account has been created:
+
 - [Sign in](https://access.igloocompany.co/login).
 - Jump to [API access](https://access.igloocompany.co/api-access).
-  - Create a set of crendentials with the name `Home Assistant`. 
+  - Create a set of credentials with the name `Home Assistant`.
 - Copy out the `Client ID` & `Client Secret`.
 - Add this integration to your Home Assistance instance.
 - Copy the `Client ID` & `Client Secret` to the respective text fields when prompted by the integration.
 - The integration will retrieve the devices under your account and update their last known battery level regularly.
🧰 Tools
🪛 Markdownlint

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

(MD009, no-trailing-spaces)


27-27: null
Lists should be surrounded by blank lines

(MD032, blanks-around-lists)


33-33: Consider adding a troubleshooting section

To improve user experience, consider adding a troubleshooting section that covers:

  • Common setup issues
  • API rate limits or connectivity problems
  • Steps to take if device updates fail
  • How to verify successful integration

Would you like me to provide a template for the troubleshooting section?

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between c45a4da and d384220.

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

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

(MD009, no-trailing-spaces)


27-27: null
Lists should be surrounded by blank lines

(MD032, blanks-around-lists)

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

18-18: LGTM!

Good use of the {% term integration %} template syntax and proper linking to the API documentation.


7-7: Review the release version

The ha_release value of "0.0.1" seems incorrect. For new integrations, this should typically match the upcoming Home Assistant release version.

source/_integrations/igloohome.markdown Outdated Show resolved Hide resolved
- Corrected spelling mistake.
- Corrected spelling mistake.
- Added blank line between list
@home-assistant home-assistant bot marked this pull request as draft January 1, 2025 11:59
@keithle888 keithle888 marked this pull request as ready for review January 1, 2025 16:24
@home-assistant home-assistant bot requested a review from joostlek January 1, 2025 16:24
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 (3)
source/_integrations/igloohome.markdown (3)

33-33: Consider clarifying the account activation process

The current wording assumes users know how to activate their iglooaccess account. Consider adding a note about the activation process or linking to relevant documentation.

-Once you have registered and activated your [iglooaccess](https://access.igloocompany.co/register) account:
+Once you have registered for an [iglooaccess](https://access.igloocompany.co/register) account and activated it via email verification:

72-72: Clarify the reload process

The term "reload the config entry" might not be clear to users. Consider providing more specific instructions.

-If you do not have a bridge. Sync the device with the igloohome mobile app, then reload the config entry associated to the device.
+If you do not have a bridge. Sync the device with the igloohome mobile app, then go to Settings > Devices & Services, find the igloohome integration, and click the "Reload" button.

77-77: Add missing newline at end of file

Add a newline character at the end of the file to comply with markdown standards.

🧰 Tools
🪛 Markdownlint (0.37.0)

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

(MD047, single-trailing-newline)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d4f33a9 and db3565f.

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

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

(MD047, single-trailing-newline)

🔇 Additional comments (4)
source/_integrations/igloohome.markdown (4)

1-15: LGTM! Front matter is well-structured.

The metadata is complete and accurately reflects the integration's current capabilities.


17-25: LGTM! Features are clearly documented.

The distinction between bridge and non-bridge functionality is well-explained, and the battery level monitoring features are accurately described.


44-55: LGTM! Configuration section follows documentation standards.

The configuration parameters are well-documented with clear descriptions.


40-40: ⚠️ Potential issue

Fix typo in setup instructions

-Add this integration to your Home Assistant instance.
+Add this integration to your Home Assistant instance.

Likely invalid or redundant comment.

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/igloohome.markdown (1)

40-40: ⚠️ Potential issue

Fix typo in setup instructions

There's a typo in the setup instructions.

-Add this integration to your Home Assistant instance.
+Add this integration to your Home Assistant instance.
🧹 Nitpick comments (1)
source/_integrations/igloohome.markdown (1)

77-77: Add newline at end of file

Files should end with a single newline character.

 - Ensure your API credentials have not expired or been revoked.
+
🧰 Tools
🪛 Markdownlint (0.37.0)

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

(MD047, single-trailing-newline)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between db3565f and 2c3f648.

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

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

(MD047, single-trailing-newline)

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

17-24: Well-structured feature documentation!

The introduction effectively describes the integration's features, with clear differentiation between bridge and non-bridge owners. The link to the product page provides valuable context.

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 (3)
source/_integrations/igloohome.markdown (3)

46-55: Minor formatting improvements needed.

Please apply these formatting improvements:

 {% configuration_basic %}
-Client ID:
+client_id:
   description: "Client ID provided by your iglooaccess account."
   required: true
   type: string
-Client secret:
+client_secret:
   description: "Client Secret provided by your iglooaccess account."
   required: true
   type: string
 {% endconfiguration_basic %}

72-72: Clarify the reload instructions.

The phrase "reload the config entry" might not be clear to all users.

-If you do not have a bridge. Sync the device with the igloohome mobile app, then reload the config entry associated to the device.
+If you do not have a bridge: Sync the device with the igloohome mobile app, then go to Settings > Devices & Services, find the igloohome integration, and click the "Reload" button.

77-77: Add missing newline at end of file.

Add a newline character at the end of the file to comply with markdown standards.

 - Ensure your API credentials have not expired or been revoked.
+
🧰 Tools
🪛 Markdownlint (0.37.0)

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

(MD047, single-trailing-newline)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2c3f648 and bc0cad9.

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

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

(MD047, single-trailing-newline)

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

1-15: LGTM! Frontmatter configuration looks good.

The metadata is well-structured with appropriate values for version, IoT class, platforms, and other required fields.


17-25: LGTM! Clear and well-structured introduction.

The introduction effectively:

  • Links to the product page
  • Clearly differentiates features between bridge and non-bridge owners
  • Provides accurate information about battery level updates

@@ -0,0 +1,77 @@
---
title: igloohome
description: Integrates igloohome devices via the igloodeveloper API.
Copy link
Contributor

@silamon silamon Jan 11, 2025

Choose a reason for hiding this comment

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

Just this description left and then we're done. :D

Copy link
Author

Choose a reason for hiding this comment

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

Hey @silamon , ah okay gotcha. I moved the migrated of the API into the main body rather than this description and mentioned the smart access devices as requested.

Copy link
Contributor

Choose a reason for hiding this comment

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

We've agreed earlier that the api shouldn't be mentioned to the end customer. So, there should be no mention of the api at all.

Copy link
Author

Choose a reason for hiding this comment

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

Hey @silamon ,

This is actually question I've left for you.

I've seen multiple integrations (e.g. SmartThings) include the mention of the API. I understand that a non-tech user would not care about the API mention. However, mentioning the API has helpful for me to understand how the integration works on a high-level and the potential implications of it.

If you would still prefer not mentioning the API at all, I can strip it out.

Copy link
Contributor

Choose a reason for hiding this comment

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

I've opened #36870 to add it back. I've been a bit too strict about this.

- Added mention of igloodeveloper API in main headline.
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 (3)
source/_integrations/igloohome.markdown (3)

17-17: Fix grammar in features introduction

There's a subject-verb agreement error in the introduction.

-The **igloohome** {% term integration %} grants Home Assistant access to paired [smart access device\(s\)](https://www.igloohome.co/#products) via the igloodeveloper API. The features of this integration includes:
+The **igloohome** {% term integration %} grants Home Assistant access to paired [smart access device\(s\)](https://www.igloohome.co/#products) via the igloodeveloper API. The features of this integration include:
🧰 Tools
🪛 LanguageTool

[grammar] ~17-~17: Possible subject-verb agreement error.
Context: ...r API. The features of this integration includes: - For [Bridge](https://www.igloohome....

(NNS_OF_SINGULAR_AGREEMENT)


24-24: Add missing article in sync function description

Add "the" before "igloohome mobile app" for proper grammar.

-    - Battery levels are updated by using the sync function on igloohome mobile app with the device.
+    - Battery levels are updated by using the sync function on the igloohome mobile app with the device.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~24-~24: You might be missing the article “the” here.
Context: ...e updated by using the sync function on igloohome mobile app with the device. ## Prerequ...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


77-77: Add newline at end of file

Add a newline character at the end of the file to comply with markdown standards.

- Ensure your API credentials have not expired or been revoked.
\ No newline at end of file
+ Ensure your API credentials have not expired or been revoked.
+
🧰 Tools
🪛 Markdownlint (0.37.0)

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

(MD047, single-trailing-newline)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bc0cad9 and c073a36.

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

[grammar] ~17-~17: Possible subject-verb agreement error.
Context: ...r API. The features of this integration includes: - For [Bridge](https://www.igloohome....

(NNS_OF_SINGULAR_AGREEMENT)


[uncategorized] ~24-~24: You might be missing the article “the” here.
Context: ...e updated by using the sync function on igloohome mobile app with the device. ## Prerequ...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)

🪛 Markdownlint (0.37.0)
source/_integrations/igloohome.markdown

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

(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 (1)
source/_integrations/igloohome.markdown (1)

1-77: Documentation looks comprehensive and well-structured!

The documentation effectively covers all aspects of the integration, including setup, configuration, and troubleshooting. The structure follows Home Assistant's documentation standards, and the content is clear and user-friendly.

🧰 Tools
🪛 LanguageTool

[grammar] ~17-~17: Possible subject-verb agreement error.
Context: ...r API. The features of this integration includes: - For [Bridge](https://www.igloohome....

(NNS_OF_SINGULAR_AGREEMENT)


[uncategorized] ~24-~24: You might be missing the article “the” here.
Context: ...e updated by using the sync function on igloohome mobile app with the device. ## Prerequ...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)

🪛 Markdownlint (0.37.0)

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

(MD047, single-trailing-newline)

@silamon silamon dismissed joostlek’s stale review January 11, 2025 09:56

comments addressed

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

17-17: Fix grammar in introduction

There's a subject-verb agreement error in the introduction.

-The **igloohome** {% term integration %} grants Home Assistant access to paired [smart access device\(s\)](https://www.igloohome.co/#products). The features of this integration includes:
+The **igloohome** {% term integration %} grants Home Assistant access to paired [smart access device\(s\)](https://www.igloohome.co/#products). The features of this integration include:
🧰 Tools
🪛 LanguageTool

[grammar] ~17-~17: Possible subject-verb agreement error.
Context: ...ucts). The features of this integration includes: - For [Bridge](https://www.igloohome....

(NNS_OF_SINGULAR_AGREEMENT)


39-39: Enhance security guidance

While the current security note is good, consider expanding it to include best practices for credential management.

-Keep these credentials secure and never share them with others.
+Keep these credentials secure and never share them with others. Store them in a password manager and avoid committing them to version control systems or exposing them in logs.

77-77: Add newline at end of file

Files should end with a single newline character.

 - Ensure your API credentials have not expired or been revoked.
+
🧰 Tools
🪛 Markdownlint (0.37.0)

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

(MD047, single-trailing-newline)


65-68: Expand troubleshooting section

Consider adding more common troubleshooting scenarios:

  • Network connectivity issues
  • Rate limiting or API throttling
  • Steps to check device compatibility
 Some generic troubleshooting steps:

 - Ensure that your subscription is still active.
+- Check your network connectivity to igloocompany.co.
+- If you encounter API errors, ensure you haven't exceeded rate limits.
+- Verify your device's firmware is up to date and compatible.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c073a36 and 1a29d4e.

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

[grammar] ~17-~17: Possible subject-verb agreement error.
Context: ...ucts). The features of this integration includes: - For [Bridge](https://www.igloohome....

(NNS_OF_SINGULAR_AGREEMENT)

🪛 Markdownlint (0.37.0)
source/_integrations/igloohome.markdown

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

(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

@silamon silamon merged commit 67d314d into home-assistant:next Jan 11, 2025
7 checks passed
@home-assistant home-assistant bot removed in-progress This PR/Issue is currently being worked on parent-merged The parent PR has been merged already labels Jan 11, 2025
@keithle888 keithle888 deleted the feature/igloohome branch January 11, 2025 10:02
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.

3 participants