From 7275364f5f149053ec6961fb199dd4652ff4de37 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Sat, 16 Jan 2021 20:12:12 +0200 Subject: [PATCH] Fix switcher_kis max timer value (#16197) --- source/_integrations/switcher_kis.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/switcher_kis.markdown b/source/_integrations/switcher_kis.markdown index 976bc2f4382..182b073e538 100644 --- a/source/_integrations/switcher_kis.markdown +++ b/source/_integrations/switcher_kis.markdown @@ -84,4 +84,4 @@ Note: This does not affect the auto off timer. | Service Field | Mandatory | Description | Example | | ------------- | --------- | -------------------------------------------------------------------------------------- | -------------------------- | | `entity_id` | Yes | Name of the entity id associated with the integration, used for permission validation. | switch.switcher_kis_boiler | -| `timer_minutes` | Yes | Integer containing timer minutes (valid range 1 to 90) | 90 | +| `timer_minutes` | Yes | Integer containing timer minutes (valid range 1 to 150) | 90 |