-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.yaml
More file actions
50 lines (48 loc) · 916 Bytes
/
services.yaml
File metadata and controls
50 lines (48 loc) · 916 Bytes
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
set_aircleaner_mode:
target:
entity:
integration: nexia_ux360
domain: climate
fields:
aircleaner_mode:
required: true
selector:
select:
options:
- "allergy"
- "auto"
- "quick"
set_humidify_setpoint:
target:
entity:
integration: nexia_ux360
domain: climate
fields:
humidity:
required: true
selector:
number:
min: 35
max: 65
unit_of_measurement: "%"
set_hvac_run_mode:
target:
entity:
integration: nexia_ux360
domain: climate
fields:
run_mode:
required: false
selector:
select:
options:
- "permanent_hold"
- "run_schedule"
hvac_mode:
required: false
selector:
select:
options:
- "auto"
- "cool"
- "heat"