-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustomize.yaml
201 lines (196 loc) · 5.49 KB
/
customize.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
#######################################################################################
# File: customize.yaml #
# Modify display names, icons, and visible/hidden status #
#######################################################################################
switch.dining_room_light:
icon: mdi:lightbulb
switch.outside_front_door_light:
icon: mdi:lightbulb
switch.outside_garage_light:
icon: mdi:lightbulb
light.mastercloset:
friendly_name: Master Closet
light.basement_lights:
friendly_name: Basement
light.bedside:
friendly_name: Bedside Lamps
light.bedleft:
friendly_name: Left Bedside Lamp
light.bedright:
friendly_name: Right Bedside Lamp
light.basementstairs:
friendly_name: Basement Stairs
switch.foyer_middle_light:
friendly_name: Middle Foyer
icon: mdi:lightbulb
light.front_foyer:
friendly_name: Foyer Front
group.foyer_lights:
friendly_name: Foyer
icon: mdi:lightbulb
light.garage_light:
friendly_name: Garage
switch.porch_light:
friendly_name: Porch
icon: mdi:lightbulb
group.all_bedroom_lights:
hidden: true
switch.bedroom_kodi:
icon: mdi:monitor
friendly_name: Bedroom
switch.kitchen_kodi:
icon: mdi:monitor
friendly_name: Kitchen
switch.office_kodi:
icon: mdi:monitor
friendly_name: Office
switch.familyroom_kodi:
icon: mdi:monitor
friendly_name: Family Room
lock.front_door_lock_locked:
friendly_name: Front Door
script.bedroom_tv_sleep_a:
icon: mdi:sleep
# Z-wave Outlet 1
switch.switch:
icon: mdi:fan
friendly_name: Bedroom Fan
sensor.hank_hkzwso03_smart_plug_current:
friendly_name: Bedroom Fan Current
sensor.hank_hkzwso03_smart_plug_power:
friendly_name: Bedroom Fan Watts
sensor.hank_hkzwso03_smart_plug_previous_reading:
friendly_name: Bedroom Fan Previous KWh
sensor.hank_hkzwso03_smart_plug_voltage:
friendly_name: Bedroom Fan VOltage
# Z-wave Outlet 2
switch.switch_2:
icon: mdi:fan
friendly_name: Dehumidifier
sensor.hank_hkzwso03_smart_plug_current_2:
friendly_name: Dehumidifier Current
sensor.hank_hkzwso03_smart_plug_power_2:
friendly_name: Dehumidifier Watts
sensor.hank_hkzwso03_smart_plug_previous_reading_2:
friendly_name: BDehumidifier Previous KWh
sensor.hank_hkzwso03_smart_plug_voltage_2:
friendly_name: BDehumidifier VOltage
binary_sensor.master_closet_motion_sensor:
friendly_name: Master Closet Motion
sensor.master_closet_motion_temperature:
friendly_name: Master Closet Temperature
sensor.kennel_motion_temperature:
friendly_name: Kennel Temperature
binary_sensor.kennel_motion:
friendly_name: Kennel Motion
sensor.harmony_br_status:
friendly_name: Current Activity
icon: mdi:remote
sensor.harmony_fr_status:
friendly_name: Current Activity
icon: mdi:remote
sensor.next_set:
icon: mdi:weather-sunset-down
sensor.next_rise:
icon: mdi:weather-sunset-up
sensor.sun:
icon: mdi:weather-sunny
switch.kitchen_dual_switch_switch_2:
friendly_name: Kitchen TV
switch.kitchen_dual_switch_switch_3:
friendly_name: Kitchen Pi
switch.office_dual_switch_switch_4:
friendly_name: Office TV
switch.office_dual_switch_switch_2:
friendly_name: Office Pi
group.all_automations:
hidden: False
friendly_name: Automations
switch.kitchen_outlet_switch:
friendly_name: Kitchen TV
input_select.familyroom_harmony:
icon: mdi:remote
friendly_name: Activity
input_select.bedroom_harmony:
icon: mdi:remote
friendly_name: Activity
input_select.bedroom_harmony_input:
icon: mdi:remote
script.bedroom_kodi_stop:
icon: mdi:stop
script.office_kodi_stop:
icon: mdi:stop
script.kitchen_kodi_stop:
icon: mdi:stop
script.familyroom_kodi_stop:
icon: mdi:stop
script.restart_ha:
icon: mdi:refresh
switch.garage:
icon: mdi:garage
sensor.upstairs_motion_temperature:
friendly_name: Second Floor
sensor.downstairs_motion_temperature:
friendly_name: First Floor
binary_sensor.downstairs_motion_sensor:
friendly_name: Downstairs Motion
binary_sensor.upstairs_motion_sensor:
friendly_name: Upstairs Motion
script.dehumidifier:
friendly_name: Dehumidifer - 4 hrs
icon: mdi:water-percent
switch.dehumidifier:
icon: mdi:water-percent
binary_sensor.sleepnumber_bed_ian_is_in_bed:
friendly_name: Ian in bed
icon: mdi:hotel
sensor.sleepnumber_bed_ian_sleepnumber:
friendly_name: Ian sleepnumber
icon: mdi:scale
media_player.bedroom_speaker:
friendly_name: Bedroom Speaker
sensor.familyroom_motion_battery:
custom_ui_state_card: state-card-custom-ui
friendly_name: "Downstairs Motion Detector"
templates:
theme: >
if (state < 20) {
return 'alert_red';
} else if (state < 40) {
return 'alert_yellow';
}
sensor.office_motion_battery:
custom_ui_state_card: state-card-custom-ui
friendly_name: "Upstairs Motion Detector"
templates:
theme: >
if (state < 20) {
return 'alert_red';
} else if (state < 40) {
return 'alert_yellow';
}
sensor.garage_sensor_battery:
custom_ui_state_card: state-card-custom-ui
friendly_name: "Garage Door Sensor"
templates:
theme: >
if (state < 20) {
return 'alert_red';
} else if (state < 40) {
return 'alert_yellow';
}
sensor.front_door_lock_battery:
custom_ui_state_card: state-card-custom-ui
friendly_name: "Front Door Lock"
templates:
theme: >
if (state < 20) {
return 'alert_red';
} else if (state < 40) {
return 'alert_yellow';
}
input_boolean.weather:
custom_ui_state_card: custom-weather-card
config:
weather: weather.yweather
sun: sun.sun