From 33dc149c85ec610558d5629f1402ef4938d84e5e Mon Sep 17 00:00:00 2001 From: Vincent Wolsink Date: Mon, 21 Jul 2025 10:54:18 +0200 Subject: [PATCH] Update Huum documentation for new door sensor (#40079) --- source/_integrations/huum.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/_integrations/huum.markdown b/source/_integrations/huum.markdown index aa61d470fe3..c2c44e5c506 100644 --- a/source/_integrations/huum.markdown +++ b/source/_integrations/huum.markdown @@ -2,14 +2,17 @@ title: Huum description: Instructions on how to integrate a Huum saunas into Home Assistant. ha_category: + - Binary sensor - Climate ha_release: 2024.2 ha_iot_class: Cloud Polling ha_codeowners: - '@frwickst' + - '@vincentwolsink' ha_domain: huum ha_config_flow: true ha_platforms: + - binary_sensor - climate ha_integration_type: integration --- @@ -28,3 +31,16 @@ sauna by mistake. {% endnote %} {% include integrations/config_flow.md %} + +## Available platforms & entities + +### Binary sensors + +- **Door**: Sauna door state (open or closed). + +### Climate + +The climate entity controls the sauna heater and offers the following capabilities: + +- Adjust target temperature +- Change operation mode (off or heat)