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

Add platform waterheater #35509

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/_integrations/bsblan.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Instructions on how to integrate BSBLan device into Home Assistant.
ha_category:
- Climate
- Sensor
- Water heater
ha_release: '0.110'
ha_iot_class: Local Polling
ha_config_flow: true
Expand All @@ -14,6 +15,7 @@ ha_platforms:
- climate
- diagnostics
- sensor
- water_heater
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Documentation needed for water heater platform.

While the platform has been added to the metadata, the documentation lacks information about the water heater functionality. Please add:

  1. Description of water heater capabilities
  2. Available services and features
  3. Configuration options specific to water heater
  4. Usage examples

This will help users understand and implement the water heater functionality effectively.

Example structure to add before the {% include integrations/config_flow.md %} line:

## Water Heater

The water heater platform allows you to control and monitor your BSB-Lan connected water heater. 

### Features

[List the supported features, e.g., temperature control, modes, etc.]

### Configuration

[Describe any specific configuration options]

### Example

```yaml
# Example configuration.yaml entry
water_heater:
  - platform: bsblan
    [additional configuration options]

<!-- This is an auto-generated comment by CodeRabbit -->

ha_integration_type: device
---

Expand All @@ -30,7 +32,6 @@ For more information of which system it supports, take a look at their [document

{% include integrations/config_flow.md %}

{% include integrations/config_flow.md %},
For authentication HTTP authentication using a username and password,
or using a passkey is supported. Use either one.

Expand Down
Loading