From 6dfddbdd3d19136967a15b387f19a5213341a4a5 Mon Sep 17 00:00:00 2001 From: Matthias Lohr Date: Wed, 24 Nov 2021 21:54:30 +0100 Subject: [PATCH] added documentation for (new) TOLO Sauna (tolo) integration (#19177) Co-authored-by: Franck Nijhof --- source/_integrations/tolo.markdown | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 source/_integrations/tolo.markdown diff --git a/source/_integrations/tolo.markdown b/source/_integrations/tolo.markdown new file mode 100644 index 00000000000..628ba114a59 --- /dev/null +++ b/source/_integrations/tolo.markdown @@ -0,0 +1,25 @@ +--- +title: TOLO Sauna +description: Control your TOLO Sauna and TOLO Steam Bath with Home Assistant. +ha_release: "2021.12" +ha_category: + - Climate +ha_domain: tolo +ha_config_flow: true +ha_codeowners: + - '@MatthiasLohr' +ha_iot_class: "Local Polling" +ha_platforms: + - climate +ha_dhcp: true +--- + +The TOLO Sauna integration allows you to control your [TOLO Sauna and TOLO Steam Bath](https://www.tolosauna.com/) with Home Assistant. + +The integration allows for: + +- Turning the sauna on and off +- Setting the target temperature and target humidity +- Controlling the fan (used for drying and cooling down the sauna) + +{% include integrations/config_flow.md %}