mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-26 02:37:03 +00:00
Update Rainbird switch component configuration variable (#6839)
This commit is contained in:
parent
68b63be2fb
commit
9892adebd4
@ -35,11 +35,23 @@ switch:
|
|||||||
scan_interval: 10
|
scan_interval: 10
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
zone:
|
||||||
- **zone** (*Required*): Station zone identifier.
|
description: Station zone identifier.
|
||||||
- **friendly_name** (*Optional*): Just a friendly name for the station.
|
required: true
|
||||||
- **trigger_time** (*Required*): The default duration to sprinkle the zone.
|
type: string
|
||||||
- **scan_interval** (*Optional*): How fast to refresh the switch.
|
friendly_name:
|
||||||
|
description: Just a friendly name for the station.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
trigger_time:
|
||||||
|
description: The default duration to sprinkle the zone.
|
||||||
|
required: true
|
||||||
|
type: integer
|
||||||
|
scan_interval:
|
||||||
|
description: How fast to refresh the switch.
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
|
{% 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).
|
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