Add timer support to tolo integration (#21686)

This commit is contained in:
Matthias Lohr 2022-02-23 12:08:54 +01:00 committed by GitHub
parent ad17c5c41a
commit 49d9b40c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ ha_platforms:
- climate - climate
- fan - fan
- light - light
- number
- sensor - sensor
- select - select
ha_dhcp: true ha_dhcp: true
@ -30,6 +31,7 @@ The integration allows for:
- Setting the target temperature and target humidity - Setting the target temperature and target humidity
- Controlling the fan (used for drying and cooling down the sauna) - Controlling the fan (used for drying and cooling down the sauna)
- Controlling the sauna lights (on/off, mode selection) - 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) - Checking diagnostic information (water level, tank temperature, water in/out valves)
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}