From 49d9b40c9c5dcaaf3a4ec62a82bfd8de2eadeec4 Mon Sep 17 00:00:00 2001 From: Matthias Lohr Date: Wed, 23 Feb 2022 12:08:54 +0100 Subject: [PATCH] Add timer support to tolo integration (#21686) --- source/_integrations/tolo.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/tolo.markdown b/source/_integrations/tolo.markdown index 85922f679de..9130fdc5ed6 100644 --- a/source/_integrations/tolo.markdown +++ b/source/_integrations/tolo.markdown @@ -17,6 +17,7 @@ ha_platforms: - climate - fan - light + - number - sensor - select ha_dhcp: true @@ -30,6 +31,7 @@ The integration allows for: - Setting the target temperature and target humidity - Controlling the fan (used for drying and cooling down the sauna) - Controlling the sauna lights (on/off, mode selection) +- Configuring timers for automatic power shutdown, automatic fan shutdown and salt spray activation interval - Checking diagnostic information (water level, tank temperature, water in/out valves) {% include integrations/config_flow.md %}