-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustomize.yaml
119 lines (85 loc) · 2.26 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
###########################################################
#
# customize.yaml
#
###########################################################
sensor.yr_symbol:
friendly_name: Weather
sensor.yr_temperature:
friendly_name: Temp
binary_sensor.motoz_orientation:
hidden: True
###########################################################
#
# Scripts
#
###########################################################
script.zanzito_send_notification:
hidden: True
script.play_emby:
google_assistant: True
google_assistant_name: emby
script.play_news:
google_assistant: True
google_assistant_name: news
###########################################################
#
# Switches
#
###########################################################
switch.tv_onoff:
friendly_name: "TV Power"
icon: mdi:television-classic
google_assistant_name: tv
switch.stereo_onoff:
friendly_name: "Stereo Power"
icon: mdi:speaker
google_assistant_name: stereo
switch.desk_lamp:
google_assistant_type: light
switch.ikea_lamp:
google_assistant_type: light
aliases:
- Erics lamp
- tall bedroom lamp
switch.christmas_lights:
icon: mdi:pine-tree
google_assistant_type: light
###########################################################
#
# Lights
#
###########################################################
light.bubble_lamp:
aliases:
- Sarahs lamp
light.grey_ikea_lamp:
aliases:
- tall living room lamp
- ikea lamp in the living room
light.leaf_lamp:
aliases:
- small living room lamp
###########################################################
#
# Media Players
#
###########################################################
###########################################################
#
# Groups
#
###########################################################
group.living_room_lights:
friendly_name: "Living Room Lights"
hidden: True
group.bed_room_lights:
friendly_name: "Bedroom lights"
hidden: True
group.tv:
friendly_name: "TV Controls"
hidden: True
group.entertainment_center:
friendly_name: "Entertainment Center"
hidden: True
google_assistant: True