forked from jumpalottahigh/YAR-Home-Assistant-Configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
customize.yaml
159 lines (123 loc) · 3.22 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
# Customize media players
media_player.living_room_tv:
friendly_name: Chromecast
icon: mdi:monitor
media_player.samsung_tv_remote:
friendly_name: Samsung TV
icon: mdi:monitor
# Customize weather service
sensor.yr_symbol:
friendly_name: Weather
sensor.yr_temperature:
friendly_name: Temperature
sensor.yr_humidity:
friendly_name: Humidity
icon: mdi:water-percent
# Customize speedtest service
sensor.speedtest_ping:
icon: mdi:arrow-compress
sensor.speedtest_download:
icon: mdi:download
sensor.speedtest_upload:
icon: mdi:upload
# Customize HA internal components
sun.sun:
friendly_name: Sun position
# Switch customizations
switch.main_computer:
icon: mdi:laptop
switch.livingroom_tv_led:
friendly_name: TV backlight
icon: mdi:lightbulb
switch.livingroom_tv_led_mode_plus:
friendly_name: TV LED MODE PLUS
icon: mdi:lightbulb
switch.livingroom_tv_led_mode_minus:
friendly_name: TV LED MODE MINUS
icon: mdi:lightbulb
switch.livingroom_tv_led_speed_plus:
friendly_name: TV LED SPEED PLUS
icon: mdi:lightbulb
switch.livingroom_tv_led_speed_minus:
friendly_name: TV LED SPEED MINUS
icon: mdi:lightbulb
switch.livingroom_tv_led_demo:
friendly_name: TV LED DEMO
icon: mdi:lightbulb
switch.livingroom_tv_led_color_plus:
friendly_name: TV LED COLOR PLUS
icon: mdi:lightbulb
switch.livingroom_tv_led_color_minus:
friendly_name: TV LED COLOR MINUS
icon: mdi:lightbulb
switch.livingroom_tv_led_brightness_plus:
friendly_name: TV LED BRIGHTNESS PLUS
icon: mdi:lightbulb
switch.livingroom_tv_led_brightness_minus:
friendly_name: TV LED BRIGHTNESS MINUS
icon: mdi:lightbulb
switch.livingroom_tv_led_white:
friendly_name: TV backlight white
icon: mdi:lightbulb
switch.livingroom_tv_led_red:
friendly_name: TV backlight red
icon: mdi:lightbulb
switch.livingroom_tv_led_green:
friendly_name: TV backlight green
icon: mdi:lightbulb
switch.livingroom_tv_led_blue:
friendly_name: TV backlight blue
icon: mdi:lightbulb
switch.livingroom_tv_led_yellow:
friendly_name: TV backlight yellow
icon: mdi:lightbulb
switch.livingroom_tv_led_teal:
friendly_name: TV backlight teal
icon: mdi:lightbulb
switch.livingroom_tv_led_purple:
friendly_name: TV backlight purple
icon: mdi:lightbulb
switch.livingroom_window_lights:
friendly_name: Window lights
icon: mdi:lightbulb
switch.livingroom_ball_lights:
friendly_name: Ball lights
icon: mdi:lightbulb
switch.livingroom_music_jar:
friendly_name: Music jar
icon: mdi:lightbulb
switch.kitchen_ceiling_lights:
friendly_name: Kitchen ceiling
icon: mdi:lightbulb
switch.kitchen_coffee_pot:
friendly_name: Coffee pot
icon: mdi:coffee
switch.livingroom_charger:
friendly_name: iPhone Charger
sensor.sn1_humidity:
icon: mdi:water-percent
sensor.sn1_ldr:
icon: mdi:brightness-7
sensor.sn1_pir:
icon: mdi:run
sensor.sn2_humidity:
icon: mdi:water-percent
sensor.sn2_ldr:
icon: mdi:brightness-7
sensor.sn2_pir:
icon: mdi:run
# Hide useless android camera sensors
sensor.office_audio_connections:
hidden: true
sensor.office_video_connections:
hidden: true
# Hide Hue rooms
light.living_room:
hidden: true
light.office:
hidden: true
light.all_hue_lights:
hidden: true
# Hide Tradfri groups
light.tradfri_group:
hidden: true