forked from sebr/bhyve-home-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.yaml
60 lines (54 loc) · 1.42 KB
/
services.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
enable_rain_delay:
description: Enable rain delay for a zone
fields:
entity_id:
description: Zone
example: "switch.backyard_zone"
hours:
description: Number of hours of rain delay
example: 24
disable_rain_delay:
description: Disable rain delay for a zone
fields:
entity_id:
description: Zone
example: "switch.backyard_zone"
start_watering:
description: Start watering a zone
fields:
entity_id:
description: Zone
example: "switch.backyard_zone"
minutes:
description: Number of minutes to water the zone
example: 15
stop_watering:
description: Stop watering a zone
fields:
entity_id:
description: Zone
example: "switch.backyard_zone"
set_manual_preset_runtime:
description: Set the manual preset runtime for a device entity
fields:
entity_id:
description: Zone
example: "switch.backyard_zone"
minutes:
description: Number of minutes to set the preset runtime
example: 15
set_smart_watering_soil_moisture:
description: Set the smart watering soil moisture level for a zone
fields:
entity_id:
description: Zone
example: "switch.backyard_zone"
percentage:
description: Moisture level between 0 - 100 (percent)
example: 50
start_program:
description: Begin watering a program
fields:
entity_id:
description: Program
example: "switch.front_yard_program"