forked from arsaboo/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
input_select.yaml
50 lines (49 loc) · 930 Bytes
/
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
abodestatus:
name: Abode status
options:
- disarmed
- armed_home
- armed_away
initial: disarmed
icon: mdi:security
livingroomharmony:
name: Harmony Activity
options:
- PowerOff
- Watch Fire TV
- Youtube
- SATV
- Watch Apple TV
initial: PowerOff
icon: mdi:remote
hdmiswitcher:
name: HDMI Switcher
options:
- AppleTV
- FireTV
- Shield
initial: Shield
icon: mdi:remote
hdmiinput:
name: HDMI Input
options:
- InputHdmi1
- InputHdmi2
- InputHDMI3
- InputHdmi4
initial: InputHdmi4
icon: mdi:remote
current_theme:
name: 'Current Theme'
options:
- 'default'
- 'oxfordblue'
- 'teal'
- 'darkorange'
- 'darkred'
- 'darkcyan'
- 'Google - Dark'
- 'Google - Light'
- 'sweetpink'
initial: 'default'
icon: 'mdi:palette'