-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinput_select.yaml
60 lines (57 loc) · 1.1 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
52
53
54
55
56
57
58
59
60
#################################################################
## Input Select
#################################################################
# Washing Machine Cycle Status
washing_machine_cycle_status:
name: Washing Machine Cycle Status
options:
- Idle
- Running
- Complete
initial: Idle
# Radio Station
radio_station:
name: Radio Station
options:
- R&B Hits
- Hip hop
- Smooth Jazz
- Salsa
- None
icon: mdi:radio
# Audio Source
audio_source:
name: Audio Source
options:
- Living Room
- Dining Room
- Everywhere
- None
icon: mdi:speaker-wireless
# # Light Scenes
# light_scenes:
# name: Scene
# options:
# - Default
# - Romantic
# - Spring
# - Autumn
# - Christmas
# icon: mdi:star
# NYI - Holiday Lighting
# holiday_lighting:
# name: Holiday Lighting
# options:
# - None
# - Valentine's Day
# - St. Patrick's Day
# - Easter
# - Memorial Day
# - Independence Day
# - Labor Day
# - Halloween
# - Veterans Day
# - Thanksgiving
# - Christmas
# - New Year's Eve
# icon: mdi:gift