-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
184 lines (166 loc) · 4.61 KB
/
config.yaml
File metadata and controls
184 lines (166 loc) · 4.61 KB
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
locale:
timezone: "America/Los_Angeles"
ui_settings:
block_size: 320
entities:
light.yeelight_lamp1_72ba_light:
name: "Light"
state_str_name_mapping:
"on": "ON"
"off": "OFF"
sensor.temperature_humidity_sensor_e4c5_temperature:
name: "Desk"
humidifier.deerma_jsq2g_7781_humidifier:
name: "Bedroom Humidifier"
state_abnormal_str: "off"
state_str_name_mapping:
"on": "ON"
"off": "OFF"
sensor.temperature_humidity_sensor_a63c_temperature:
name: "Bedside"
sensor.temperature_humidity_sensor_707f_temperature:
name: "Living Room"
button.esphome_web_2e773f_fan_power:
name: "Fan Power"
switch.esphome_web_f1baa4_lightswitch_0:
name: "Light Switch"
sensor.timnas_status:
name: TimNAS
light.yeelink_lamp22_2042_light:
name: "Screenbar Light"
binary_sensor.door_window_sensor_bf59_door_left_open:
name: "Window/Door Sensor"
binary_sensor.miwifi_router_wan_status:
name: "Router Status"
state_abnormal_str: ["off","unavailable"]
binary_sensor.zigbee2mqtt_bridge_connection_state:
name: "Zigbee2MQTT Bridge"
event.090615_cn_blt_3_1luh2g9rc4o03_akswr3_click_e_2_1012:
name: "PTX AK3 Switch"
components:
temperature_chart:
position: [2, 0] # [X,Y]
size: [4, 2] # [W,H]
type: "timer"
refresh_interval: 1800 # s
callback: "render_temperature_chart"
params:
entities:
- "sensor.temperature_humidity_sensor_e4c5_temperature"
- "sensor.temperature_humidity_sensor_a63c_temperature"
- "sensor.temperature_humidity_sensor_707f_temperature"
sunsethue:
position: [6, 0] # [X,Y]
size: [2, 2] # [W,H]
type: "timer"
refresh_interval: 7200 # s
callback: "render_sunsethue_forecast"
params:
icon_cloud: "assets/cloud.svg"
icon_golden: "assets/sun.svg"
icon_blue: "assets/sunset.svg"
cake_notebook:
position: [6, 2] # [X,Y]
size: [2, 3] # [W,H]
type: "notebook"
params:
icon: "assets/cake.svg"
text_size: 65
text: |
Cake Receipe 6"
egg * 3
oil 48g
flour 63g
milk 48g
sugar 47g
oven 155C/310F
80min
text_spacing: 30
xiaomi_lamp:
position: [0, 0]
size: [1, 1]
type: "ha_event"
entity_id: "light.yeelight_lamp1_72ba_light"
callback: "default_ha_callback"
params:
icon: "assets/lamp.svg"
humidifier:
position: [0, 1]
size: [1, 1]
type: "ha_event"
entity_id: "humidifier.deerma_jsq2g_7781_humidifier"
callback: "default_ha_callback"
params:
icon: "assets/humidifier.svg"
ESPHome_Lightswitch_0:
position: [1, 0]
size: [0.5, 0.5]
type: "ha_event"
entity_id: "switch.esphome_web_f1baa4_lightswitch_0"
callback: "default_ha_callback"
params:
icon: "assets/light.svg"
render_state_text: false
ESPHome_IR_0:
position: [1, 0.5]
size: [0.5, 0.5]
type: "ha_event"
entity_id: "button.esphome_web_2e773f_fan_power"
callback: "default_ha_callback"
params:
icon: "assets/infrared.svg"
render_state_text: false
Xiaomi_Screenbar:
position: [1.5, 0]
size: [0.5, 0.5]
type: "ha_event"
entity_id: "light.yeelink_lamp22_2042_light"
callback: "default_ha_callback"
params:
icon: "assets/monitor.svg"
render_state_text: false
Window_Door_Sensor:
position: [1.5, 0.5]
size: [0.5, 0.5]
type: "ha_event"
entity_id: "binary_sensor.door_window_sensor_bf59_door_left_open"
callback: "default_ha_callback"
params:
icon: "assets/door_open.svg"
render_state_text: false
TimNAS:
position: [1, 1]
size: [0.5, 0.5]
type: "ha_event"
entity_id: "sensor.timnas_status"
callback: "default_ha_callback"
params:
icon: "assets/server.svg"
render_state_text: false
router_status:
position: [1.5, 1]
size: [0.5, 0.5]
type: "ha_event"
entity_id: "binary_sensor.miwifi_router_wan_status"
callback: "default_ha_callback"
params:
icon: "assets/lan.svg"
render_state_text: false
zigbee2mqtt:
position: [1, 1.5]
size: [0.5, 0.5]
type: "ha_event"
entity_id: "binary_sensor.zigbee2mqtt_bridge_connection_state"
callback: "default_ha_callback"
params:
icon: "assets/mqtt.svg"
render_state_text: false
ptx_akswr3_switch:
position: [1.5, 1.5]
size: [0.5, 0.5]
type: "ha_event"
entity_id: "event.090615_cn_blt_3_1luh2g9rc4o03_akswr3_click_e_2_1012"
callback: "default_ha_callback"
params:
icon: "assets/switch.svg"
render_state_text: false