Skip to content

Add docs for Whirlpool binary sensor #38824

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

Merged
merged 1 commit into from
Apr 30, 2025
Merged
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
8 changes: 8 additions & 0 deletions source/_integrations/whirlpool.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ha_codeowners:
- '@mkmer'
ha_domain: whirlpool
ha_platforms:
- binary_sensor
- climate
- diagnostics
- sensor
Expand Down Expand Up @@ -51,9 +52,16 @@ Dryers:

This {% term integration %} maps appliances to entities in Home Assistant. A single appliance may be represented by one or more entities.

- [Binary Sensor](#binary_sensor)
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

Fix link fragment for Binary Sensor

The bullet uses an underscore in the fragment (#binary_sensor), but the header slug will be #binary-sensor. Update the link to ensure it correctly navigates to the section:

- - [Binary Sensor](#binary_sensor)
+ - [Binary Sensor](#binary-sensor)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [Binary Sensor](#binary_sensor)
- [Binary Sensor](#binary-sensor)
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

55-55: Link fragments should be valid
null

(MD051, link-fragments)

- [Climate](#climate)
- [Sensor](#sensor)

### Binary Sensor

The binary sensor platform provides the following functionality:

- state of the washer/dryer machine door (open/closed)

### Climate

The `whirlpool` climate platform integrates Whirlpool air conditioning systems into Home Assistant, allowing control of the appliance through the user interface. The current inside temperature is also displayed on the thermostat card.
Expand Down