From b5c47fd8079b8d8a5b0511c39e0f0b655401c983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Wickstr=C3=B6m?= Date: Tue, 30 Jan 2024 17:28:49 +0200 Subject: [PATCH] Add Huum integration documentation (#30505) * Add Huum integration documentation * Fix comments regarding Huum documentation * Fix note styling * Fix huum typo --- CODEOWNERS | 1 + source/_integrations/huum.markdown | 32 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 source/_integrations/huum.markdown diff --git a/CODEOWNERS b/CODEOWNERS index 671bab06e87..377ff667766 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -338,6 +338,7 @@ source/_integrations/huisbaasje.markdown @dennisschroer source/_integrations/humidifier.markdown @home-assistant/core @Shulyaka source/_integrations/hunterdouglas_powerview.markdown @bdraco @kingy444 @trullock source/_integrations/hurrican_shutters_wholesale.markdown @starkillerOG +source/_integrations/huum.markdown @frwickst source/_integrations/hvv_departures.markdown @vigonotion source/_integrations/hydrawise.markdown @dknowles2 @ptcryan source/_integrations/hyperion.markdown @dermotduffy diff --git a/source/_integrations/huum.markdown b/source/_integrations/huum.markdown new file mode 100644 index 00000000000..4f05569a0df --- /dev/null +++ b/source/_integrations/huum.markdown @@ -0,0 +1,32 @@ +--- +title: Huum +description: Instructions on how to integrate a Huum saunas into Home Assistant. +ha_category: + - Climate +ha_release: 2024.2 +ha_iot_class: Cloud Polling +ha_codeowners: + - '@frwickst' +ha_domain: huum +ha_config_flow: true +ha_platforms: + - climate +ha_integration_type: integration +--- + +Integrates [Huum](https://huum.eu/) saunas into Home Assistant. + +You’ll need your username (which is usually your email) and password to configure the integration. + +The integration takes the same security measures regarding an open sauna door as the Huum app. +If the sauna door is open, the sauna will not turn on. + +
+ +When the sauna is off, you must turn on the sauna after setting the temperature. +This is as a security measure so that one does not turn on the +sauna by mistake. + +
+ +{% include integrations/config_flow.md %}