mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Add "start_irrigation" service for Yardian (#28892)
This commit is contained in:
parent
5cdcccd047
commit
55fa6099d7
@ -26,3 +26,14 @@ There is currently support for the following platform within Home Assistant:
|
|||||||
During the configuration, you will have to manually set the **Host** and the **Access Token**. You can find them inside your [Yardian App](https://yardian.com/app/).
|
During the configuration, you will have to manually set the **Host** and the **Access Token**. You can find them inside your [Yardian App](https://yardian.com/app/).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Services
|
||||||
|
|
||||||
|
### yardian.start_irrigation
|
||||||
|
|
||||||
|
Start a zone for a given number of minutes. This service accepts an Yardian Zone switch entity and allows a given duration.
|
||||||
|
|
||||||
|
| Service Data Attribute | Optional | Description |
|
||||||
|
| ---------------------- | -------- | ----------------------------------------------------- |
|
||||||
|
| `entity_id` | yes | The Yardian Zone switch to turn on. |
|
||||||
|
| `duration` | no | Number of minutes for this zone to be turned on. |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user