-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput_select.yaml
51 lines (47 loc) · 1.12 KB
/
input_select.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
# Tracks the currently active control mode
heating_mode_office:
name: "Heating - Office - Control mode"
icon: mdi:heat-wave
options:
- Manual
- Away
- Sleep
- Comfort
- Vacation
# Vacuum robot fan-mode - Options are the app-names, comments API-names.
vacuum_fan_mode:
name: "Cleaning - Fan mode"
icon: mdi:fan
options:
- "Off"
- Quiet # Silent
- Balanced # Standard
- Turbo # Medium
- Max # Turbo
# Vacuum robot mop-mode - Options are the app-names, comments API-names.
vacuum_mop_mode:
name: "Cleaning - Mop mode"
icon: mdi:robot-vacuum
options:
- "Off"
- Mild # Low
- Moderate # Medium
- Intense # High
# Vacuum robot mop route - Options are the app-names, comments API-names.
vacuum_mop_route:
name: "Cleaning - Mop route"
icon: mdi:robot-vacuum
options:
- None
- Standard
- Deep
- DeepPlus
# Vacuum robot mop session alternatives - Automation handles changes
vacuum_mop_session:
name: "Cleaning - Mop session"
icon: mdi:robot-vacuum
options:
- Vacuum
- Mop
- VacMop
- 2xDeep