@@ -11,6 +11,7 @@ select:
11
11
icon : mdi:movie-roll
12
12
web_server :
13
13
sorting_group_id : sorting_group_filament_settings
14
+ sorting_weight : 30
14
15
options :
15
16
- ABS
16
17
- ASA
@@ -49,6 +50,7 @@ select:
49
50
icon : mdi:label
50
51
web_server :
51
52
sorting_group_id : sorting_group_filament_settings
53
+ sorting_weight : 40
52
54
options :
53
55
- Basic
54
56
- Matte
@@ -70,6 +72,7 @@ select:
70
72
icon : mdi:alpha-f-circle
71
73
web_server :
72
74
sorting_group_id : sorting_group_filament_settings
75
+ sorting_weight : 10
73
76
options :
74
77
- Generic
75
78
- Bambu # Adding bambu even though you should never add a openspool tag to a bambu spool or you might get conflicts on RFID
@@ -88,6 +91,7 @@ select:
88
91
icon : mdi:palette-outline
89
92
web_server :
90
93
sorting_group_id : sorting_group_filament_settings
94
+ sorting_weight : 20
91
95
optimistic : true
92
96
options :
93
97
- " beige"
@@ -190,6 +194,7 @@ number:
190
194
optimistic : true
191
195
web_server :
192
196
sorting_group_id : sorting_group_filament_settings
197
+ sorting_weight : 50
193
198
set_action :
194
199
then :
195
200
- lambda : |-
@@ -213,6 +218,7 @@ number:
213
218
optimistic : true
214
219
web_server :
215
220
sorting_group_id : sorting_group_filament_settings
221
+ sorting_weight : 60
216
222
set_action :
217
223
then :
218
224
- lambda : |-
@@ -231,6 +237,7 @@ text_sensor:
231
237
icon : mdi:code-brackets
232
238
web_server :
233
239
sorting_group_id : sorting_group_filament_settings
240
+ sorting_weight : 110
234
241
on_value :
235
242
then :
236
243
- script.execute : preview_rfid_data
@@ -241,6 +248,7 @@ text_sensor:
241
248
icon : mdi:hexagon-outline
242
249
web_server :
243
250
sorting_group_id : sorting_group_filament_settings
251
+ sorting_weight : 100
244
252
on_value :
245
253
then :
246
254
- script.execute : preview_rfid_data
@@ -251,6 +259,7 @@ text_sensor:
251
259
icon : mdi:label
252
260
web_server :
253
261
sorting_group_id : sorting_group_filament_settings
262
+ sorting_weight : 120
254
263
on_value :
255
264
then :
256
265
- script.execute : preview_rfid_data
@@ -262,6 +271,7 @@ button:
262
271
icon : mdi:upload
263
272
web_server :
264
273
sorting_group_id : sorting_group_filament_settings
274
+ sorting_weight : 200
265
275
on_press :
266
276
then :
267
277
- script.execute : publish_filament_setting
0 commit comments