From 3fb499ae8dd83b9226bc7b8ff50c15e50708159e Mon Sep 17 00:00:00 2001 From: Stuart McCroden Date: Thu, 1 Nov 2018 03:29:45 -0500 Subject: [PATCH] Update configuration variables style (#7285) Use the new style for configuration variables as described in #6385 for sensor.rainbird.markdown --- source/_components/sensor.rainbird.markdown | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source/_components/sensor.rainbird.markdown b/source/_components/sensor.rainbird.markdown index 4c523a82c48..18bd7d944cf 100644 --- a/source/_components/sensor.rainbird.markdown +++ b/source/_components/sensor.rainbird.markdown @@ -27,8 +27,12 @@ sensor: - rainsensor ``` -Configuration variables: - -- **monitored_conditions**: Currently only rainsensor is supported. Returns the sensor level. +{% configuration %} +monitored_conditions: + description: Conditions to be monitored. + keys: + rainsensor: + description: Returns the sensor level. +{% endconfiguration %} Please note that due to the implementation of the API within the LNK Module, there is a concurrency issue. For example, the Rain Bird app will give connection issues (like already a connection active).