forked from arsaboo/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
input_select.yaml
118 lines (109 loc) · 2.75 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
abodestatus:
name: Abode status
options:
- disarmed
- armed_home
- armed_away
initial: disarmed
icon: mdi:security
current_theme:
name: 'Current Theme'
options:
- 'default'
- 'teal'
- 'darkorange'
- 'darkred'
- 'darkcyan'
initial: 'default'
icon: 'mdi:palette'
### Input select to select sound to play ###
gateway_sound:
name: Ringtone
options:
- "0 - Police car 1"
- "1 - Police car 2"
- "2 - Accident"
- "3 - Countdown"
- "4 - Ghost"
- "5 - Sniper rifle"
- "6 - Battle"
- "7 - Air raid"
- "8 - Bark"
# - "9 - None"
- "10 - Doorbell"
- "11 - Knock at a door"
- "12 - Amuse"
- "13 - Alarm clock"
# - "14 - None"
# - "15 - None"
# - "16 - None"
# - "17 - None"
# - "18 - None"
# - "19 - None"
- "20 - MiMix"
- "21 - Enthusiastic"
- "22 - GuitarClassic"
- "23 - IceWorldPiano"
- "24 - LeisureTime"
- "25 - ChildHood"
- "26 - MorningStreamLiet"
- "27 - MusicBox"
- "28 - Orange"
- "29 - Thinker"
- "10001 - "
- "10002 - One tone chime"
- "10003 - Two tone chime"
- "10004 - "
- "10005 - "
- "10006 - "
icon: mdi:music-note
xiaomi_gateway:
name: Xiaomi Aqara Gateway
options:
- "xiaomi_1_mac - Den Xiaomi Gateway"
- "xiaomi_2_mac - Boy's Room Xiaomi Gateway"
- "xiaomi_3_mac - Fiona's Room Xiaomi Gateway"
#####
### hvac_fan_mode input_select used in downstairs thermostat-related automation rules to set the thermostat fan_mode based on input from this select
#####
hvac_fan_mode_boh:
name: 'Fan Mode'
options:
- 'Auto'
- 'On'
initial: Auto
icon: mdi:fan
#####
### hvac_fan_mode input_select used in upstairs thermostat-related automation rules to set the thermostat fan_mode based on input from this select
#####
hvac_fan_mode_foh:
name: 'Fan Mode'
options:
- 'Auto'
- 'On'
initial: Auto
icon: mdi:fan
#####
### hvac_operation_mode input_select used in downstairs thermostat-related automation rules to set the thermostat operation_mode based on input from this select
#####
hvac_operation_mode_boh:
name: 'Operating Mode'
options:
- 'Auto'
- 'Cool'
- 'Heat'
- 'Off'
initial: 'Off'
icon: mdi:settings
#####
### hvac_operation_mode input_select used in upstairs thermostat-related automation rules to set the thermostat operation_mode based on input from this select
#####
hvac_operation_mode_foh:
name: 'Operating Mode'
options:
- 'Auto'
- 'Cool'
- 'Heat'
- 'Off'
initial: 'Off'
icon: mdi:settings