8000 Add Bauknecht virtual integration by thost96 · Pull Request #39545 · home-assistant/home-assistant.io · GitHub
[go: up one dir, main page]

Skip to content

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

Open
wants to merge 4 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

8000 Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions source/_integrations/bauknecht.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Bauknecht
description: Connect and control your Bauknecht devices using the Whirlpool Appliances integration
ha_category:
- Utility
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- Utility

Copy link
Author

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?

Copy link
Member

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.

- Hub
ha_integration_type: virtual
ha_supporting_domain: whirlpool
ha_supporting_integration: Whirlpool Appliances
ha_release: '2022.10'
ha_domain: bauknecht
ha_codeowners:
- '@abmantis'
- '@mkmer'
ha_config_flow: true
ha_platforms:
- binary_sensor
- climate
- diagnostics
- sensor
ha_iot_class: Cloud Push
---

{% include integrations/supported_brand.md %}
0