Add docs for Whirlpool binary sensor (#38824)

This commit is contained in:
Abílio Costa 2025-04-30 19:31:35 +01:00 committed by GitHub
parent 722046c433
commit 553ed1a36c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ ha_codeowners:
- '@mkmer' - '@mkmer'
ha_domain: whirlpool ha_domain: whirlpool
ha_platforms: ha_platforms:
- binary_sensor
- climate - climate
- diagnostics - diagnostics
- sensor - sensor
@ -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. 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)
- [Climate](#climate) - [Climate](#climate)
- [Sensor](#sensor) - [Sensor](#sensor)
### Binary Sensor
The binary sensor platform provides the following functionality:
- state of the washer/dryer machine door (open/closed)
### Climate ### 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. 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.