mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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:
parent
71d0d16ba3
commit
3fb499ae8d
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user