1
+ ---
1
2
# Bambu Filament mappings
2
3
# Credit to WolfWithSword for figuring all these out
3
4
# https://gist.github.com/WolfwithSword/e3e4dc4f00629cc047b7cefd70d7b350#file-bambu_mqtt-json-L314
@@ -24,7 +25,6 @@ select:
24
25
- script.execute: generate_filament_brand_code
25
26
- script.execute: generate_filament_temperatures
26
27
- script.execute: preview_rfid_data
27
-
28
28
- platform: template
29
29
name: "Filament Variant"
30
30
id: filament_variant
@@ -45,7 +45,6 @@ select:
45
45
- script.execute: generate_filament_brand_code
46
46
- script.execute: preview_rfid_data
47
47
- script.execute: generate_filament_temperatures #TODO: not fully implemented for variants yet
48
-
49
48
- platform: template
50
49
name: "Filament Brand"
51
50
id: filament_brand
@@ -162,7 +161,6 @@ select:
162
161
return "";
163
162
}
164
163
- script.execute: preview_rfid_data
165
-
166
164
number:
167
165
- platform: template
168
166
name: "Filament Min Temp"
@@ -186,7 +184,6 @@ number:
186
184
on_value:
187
185
then:
188
186
- script.execute: preview_rfid_data
189
-
190
187
- platform: template
191
188
name: "Filament Max Temp"
192
189
id: filament_max_temp
@@ -210,7 +207,6 @@ number:
210
207
on_value:
211
208
then:
212
209
- script.execute: preview_rfid_data
213
-
214
210
text_sensor:
215
211
- platform: template
216
212
name: "Filament Brand Code"
@@ -222,7 +218,6 @@ text_sensor:
222
218
on_value:
223
219
then:
224
220
- script.execute: preview_rfid_data
225
-
226
221
- platform: template
227
222
name: "Filament Color Hex"
228
223
id: filament_color_hex
@@ -239,7 +234,6 @@ text_sensor:
239
234
id(filament_color_hex_bambu).publish_state("");
240
235
}
241
236
- script.execute: preview_rfid_data
242
-
243
237
- platform: template
244
238
name: "Filament Color Hex Bambu"
245
239
id: filament_color_hex_bambu
@@ -250,7 +244,6 @@ text_sensor:
250
244
on_value:
251
245
then:
252
246
- script.execute: preview_rfid_data
253
-
254
247
- platform: template
255
248
name: Filament Sub Brand
256
249
id: filament_sub_brand
@@ -261,7 +254,6 @@ text_sensor:
261
254
on_value:
262
255
then:
263
256
- script.execute: preview_rfid_data
264
-
265
257
button:
266
258
- platform: template
267
259
id: upload_filament_settings
0 commit comments