-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add Bauknecht virtual integration #39545
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
base: next
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughA new documentation file for the Bauknecht integration has been added. This file provides metadata, describes supported platforms, integration type, IoT class, and configuration details for Bauknecht devices managed via the Whirlpool Appliances integration. It also specifies code owners and the intended release version. Changes
Sequence Diagram(s)sequenceDiagram
User->>Home Assistant: Initiate Bauknecht integration setup
Home Assistant->>Whirlpool Appliances Integration: Connect and configure Bauknecht devices
Whirlpool Appliances Integration-->>Home Assistant: Provide device data (binary_sensor, climate, diagnostics, sensor)
Home Assistant-->>User: Display and control Bauknecht devices
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this 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
📜 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
📒 Files selected for processing (1)
source/_integrations/bauknecht.markdown
(1 hunks)
⏰ 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/bauknecht.markdown (1)
1-23
: Well-structured front matter
The metadata (title, description, categories, integration type, supporting domain/integration, release, domain, codeowners, config flow, platforms, IoT class) correctly follows Home Assistant documentation conventions.
title: Bauknecht | ||
description: Connect and control your Bauknecht devices using the Whirlpool Appliances integration | ||
ha_category: | ||
- Utility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Utility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which category is an oven if not Utility?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the utility category is used for helpers and other utilities, not for appliances. its fine to leave it only as Hub
.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
We also need to have the logos in the https://github.com/home-assistant/brands repo |
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
|
Proposed change
Adding documentation for virtual Integration for Bauknecht HomeNet Devices using the existing Whirlpool Appliances Integration. Just makes it easier for Users to also find Bauknecht and no need to know that Whirlpool works.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit