-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput_select.yaml
61 lines (59 loc) · 1.09 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
dishwasher_status:
name: Dishwasher Status
options:
- Dirty
- Running
- Drying
- Clean
initial: Dirty
icon: mdi:washing-machine
washing_machine_status:
name: Washer Status
options:
- Idle
- Running
- Clean
initial: Idle
icon: mdi:washing-machine
dryer_status:
name: Dryer Status
options:
- Idle
- Running
- Dried
initial: Idle
icon: mdi:washing-machine
cats_fed:
name: Have the Cats Been Fed?
options:
- 'Yes'
- 'No'
icon: mdi:cat
pcoptions:
name: PC Power Options
options:
- Restart
- Shutdown
- None
- Sleep
- Hibernate
initial: None
icon: mdi:desktop-tower
radio_station:
name: 'Select Radio Station:'
options:
- Select Input
- NPR WFAE
- Man Up
- The End
- BBC Radio 1
- DnBRadio
chromecast_radio:
name: 'Select Speakers:'
options:
- Select Input
- Livingroom
- MasterBedroom
- Everywhere
initial: Everywhere
icon: mdi:speaker-wireless