From 801ff31bf6ea9e9b162109b8b996defe081e6c0c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 6 Jul 2019 21:30:19 +0200 Subject: [PATCH] Updates Toon with supported presets --- source/_components/toon.markdown | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/source/_components/toon.markdown b/source/_components/toon.markdown index a97d4156518..b7ca838baf0 100644 --- a/source/_components/toon.markdown +++ b/source/_components/toon.markdown @@ -69,15 +69,9 @@ client_secret: ## Climate -The `toon` climate platform allows you to interact with your Toon thermostat. For compatibility reasons, the states in Home Assistant are different from the states displayed on your Toon device and are mapped as follows: - -| Home Assistant | Toon | -|:---------------|:--------| -| Auto | Comfort | -| Heat | Thuis | -| Eco | Weg | -| Cool | Slapen | +The `toon` climate platform allows you to interact with your Toon thermostat. +Home Assistant support the four Toon presets: `Comfort`, `Home`, `Away` and `Sleep`. It also supports setting the temperature manually. The Toon API is polled at a 300-second interval, so the status is relatively fresh without overloading the API.