Update configuration variables style (#7285)

Use the new style for configuration variables as described in #6385 for sensor.rainbird.markdown
This commit is contained in:
Stuart McCroden 2018-11-01 03:29:45 -05:00 committed by Fabian Affolter
parent 71d0d16ba3
commit 3fb499ae8d

View File

@ -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).