From 49cbaaac7812c416ee41ceda6d339b7f82be6cde Mon Sep 17 00:00:00 2001 From: On Freund Date: Mon, 24 Aug 2020 10:37:28 +0300 Subject: [PATCH] Document Risco options flow (#14305) * Risco options flow * Apply code review suggestions * Apply code review suggetions. --- source/_integrations/risco.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_integrations/risco.markdown b/source/_integrations/risco.markdown index e0805785b1c..88254d782fe 100644 --- a/source/_integrations/risco.markdown +++ b/source/_integrations/risco.markdown @@ -27,6 +27,19 @@ An Alarm Control Panel entity will be created for each partition in your site, a If you have multiple sites, only the first site will be used. +## Options + +You can configure additional behavior by clicking on **Options** in the relevant box in the Integration panel: + +{% configuration_basic %} +How often to poll Risco (in seconds): + description: "The lower this is, the faster your entities will reflect changes, but the more resource intensive it'll be." +Require pin code to arm: + description: When checked, you'll need to enter your pin code when arming through Home Assistant. +Require pin code to disarm: + description: When checked, you'll need to enter your pin code when disarming through Home Assistant. +{% endconfiguration_basic %} + Currently supported plaforms: - [Alarm Control Panel](/integrations/alarm_control_panel/) - [Binary Sensor](/integrations/binary_sensor/)