From 553ed1a36cfa966ddcb5e38e72bfa38f456076f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Wed, 30 Apr 2025 19:31:35 +0100 Subject: [PATCH] Add docs for Whirlpool binary sensor (#38824) --- source/_integrations/whirlpool.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/whirlpool.markdown b/source/_integrations/whirlpool.markdown index c73ce2f227e..89b2123354f 100644 --- a/source/_integrations/whirlpool.markdown +++ b/source/_integrations/whirlpool.markdown @@ -12,6 +12,7 @@ ha_codeowners: - '@mkmer' ha_domain: whirlpool ha_platforms: + - binary_sensor - climate - diagnostics - 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. +- [Binary Sensor](#binary_sensor) - [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.