forked from tchiavegatti/HomeAssistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
customize.yaml
67 lines (49 loc) · 1.91 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
#https://home-assistant.io/docs/configuration/customizing-devices/
####################################################
# #
# BINARY SENSORS #
# #
####################################################
binary_sensor.modem:
icon: mdi:server-network
binary_sensor.NAS:
icon: mdi:harddisk
binary_sensor.desktop:
icon: mdi:desktop-tower
binary_sensor.ubiquiti_switch:
icon: mdi:switch
binary_sensor.ubiquiti_ap:
icon: mdi:access-point-network
####################################################
# #
# LIGHTS #
# #
####################################################
light.tradfri_bulb_e26_ws_opal_980lm:
icon: mdi:lightbulb-outline
light.tradfri_bulb_e26_ws_opal_980lm_2:
icon: mdi:lightbulb-outline
light.yeelight1:
icon: mdi:mdi:lightbulb-outline
light.yeelight2:
icon: mdi:mdi:lightbulb-outline
light.yeelight3:
icon: mdi:mdi:lightbulb-outline
light.yeelight4:
icon: mdi:mdi:lightbulb-outline
light.yeelight5:
icon: mdi:mdi:lightbulb-outline
light.yeelightrgb2:
icon: mdi:mdi:lightbulb-outline
####################################################
# #
# WEATHER #
# #
####################################################
weather.dark_sky:
friendly_name: Weather Forecast
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################