From 8b2ced20bda7027e48c351b818b402fabba61428 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 11 Jul 2019 00:10:54 +0200 Subject: [PATCH] [Toon] New scan_interval on integration level (#9488) --- source/_components/toon.markdown | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/source/_components/toon.markdown b/source/_components/toon.markdown index b7ca838baf0..e53342a602d 100644 --- a/source/_components/toon.markdown +++ b/source/_components/toon.markdown @@ -65,6 +65,11 @@ client_secret: description: Toon API Consumer Secret. required: true type: string +scan_interval: + description: The rate in seconds at which Toon should be polled for new data. + required: false + type: integer + default: 300 {% endconfiguration %} ## Climate @@ -74,4 +79,12 @@ 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. +## Services + +### Service `update` + +Updates ententies from Toon with fresh queried data. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ------------------------------------------- | +| `display` | Yes | The display you wish to fetch updates from. |