-
Notifications
You must be signed in to change notification settings - Fork 6
/
services.yaml
49 lines (43 loc) · 1.67 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
# Describes the format for available hwam_stove services
set_clock:
description: Set the clock on the HWAM stove.
fields:
stove_name:
description: The stove name as specified in configuration.yaml.
date:
description: Optional date to set on the stove. Defaults to today.
example: '2018-10-23'
time:
description: Optional time in 24h format to set on the stove. Defaults to the current time.
example: '19:34'
enable_remote_refill_alarm:
description: Enable the remote refill alarm option on the HWAM stove.
fields:
stove_name:
description: The stove name as specified in configuration.yaml.
disable_remote_refill_alarm:
description: Disable the remote refill alarm option on the HWAM stove.
fields:
stove_name:
description: The stove name as specified in configuration.yaml.
enable_night_lowering:
description: Enable the night lowering function on the HWAM stove.
fields:
stove_name:
description: The stove name as specified in configuration.yaml.
disable_night_lowering:
description: Disable the night lowering function on the HWAM stove.
fields:
stove_name:
description: The stove name as specified in configuration.yaml.
set_night_lowering_hours:
description: Set the night lowering hours on the HWAM stove. At least one of 'start_time' or 'end_time' must be provided.
fields:
stove_name:
description: The stove name as specified in configuration.yaml.
start_time:
description: The time in 24h format at which night lowering should start.
example: '23:30'
end_time:
description: The time in 24h format at which night lowering should end.
example: '07:00'