Skip to content

Cleanup whirlpool integration docs #38487

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 2 commits into from
Apr 14, 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
47 changes: 30 additions & 17 deletions source/_integrations/whirlpool.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,42 +18,45 @@ ha_platforms:
ha_integration_type: hub
---

The **Whirlpool Appliances** {% term integration %} integrates Whirlpool 6th Sense Live, and Whirlpool/Maytag Washer and Dryer appliances into Home Assistant.
The **Whirlpool Appliances** {% term integration %} allows you to connect Whirlpool and Maytag appliances to Home Assistant.

There is currently support for the following device types within Home Assistant:
## Supported devices

- [Supported hardware](#supported-hardware)
- [Sensor](#sensor)
- [Climate](#climate)

## Supported hardware

The following appliances are confirmed to be working, but other models that use the 6th Sense Live application may also work:
The following appliances are confirmed to be working, but other models may also work.

Climate:
Air conditioners:

- Whirlpool SPIW309A2WF / SPIW312A2WF
- Whirlpool SPIW309A2WF
- Whirlpool SPIW312A2WF
- Whirlpool SPIW409A2WF

Washer:
Washers:

- Whirlpool WTW6120HW2
- Whirlpool WTW8127LW1
- Maytag MHW8630HW0

Dryer:
Dryers:

- Whirlpool WGD8127LW3

## Prerequisites

- Valid Whirlpool/Maytag account credentials.
- Registered appliances in the official Whirlpool/Maytag app.

{% include integrations/config_flow.md %}

## Sensor
## Supported functionality

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

The `whirlpool` sensor platform integrates Whirlpool Washer and Dryer systems into Home Assistant, allowing views of the machine state, time remaining and the "wash & go" tank fill status as sensors for each device.
- [Climate](#climate)
- [Sensor](#sensor)

## Climate
### Climate

The `whirlpool` climate platform integrates Whirlpool air conditioning systems into Home Assistant, allowing control of the appliance trough the user interface. The current inside temperature is also displayed on the thermostat card.
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.

The following actions are also available:

Expand All @@ -62,3 +65,13 @@ The following actions are also available:
- [**turn on/off**](/integrations/climate#action-climateturn_on)
- [**fan mode**](/integrations/climate#action-climateset_fan_mode) (`low`, `medium`, `high`)
- [**swing mode**](/integrations/climate#action-climateset_swing_mode) (`off`, `horizontal`)

### Sensor

The `whirlpool` sensor platform integrates Whirlpool Washer and Dryer systems into Home Assistant, allowing views of the machine state, time remaining, and the "wash & go" tank fill status as sensors for each device.

## Removing the integration

This integration follows standard integration removal. No extra steps are required.

{% include integrations/remove_device_service.md %}