File tree 4 files changed +3
-12
lines changed
4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 48
48
-----END CERTIFICATE-----
49
49
clean_session : true
50
50
enable_on_boot : false
51
- # TODO: set enable_on_boot to false once this is merged: https://github.com/esphome/esphome/pull/7716
52
- # script:
53
- # - id: check_mqtt_creds
54
- # then:
55
- # - lambda: |-
56
- # if (id(bambu_mqtt)->broker != "" && id(bambu_mqtt)->password != "" && id(bambu_serial_number) != "") {
57
- # ESP_LOGI("MQTT", "Enabling MQTT");
58
- # id(bambu_mqtt)->enable = true;
59
- # }
60
51
61
52
# text_sensor:
62
53
# - platform: mqtt_subscribe
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pn532_spi:
63
63
- if :
64
64
condition :
65
65
and :
66
- # TODO: Verify mqtt is connected
66
+ - mqtt. connected
67
67
- lambda : ' return id(filament_raw_data1).state != "";'
68
68
- lambda : ' return id(filament_raw_data1).state != "{}";'
69
69
- binary_sensor.is_on : rfid_reader_spi_1_tag_is_openspool
@@ -154,7 +154,7 @@ pn532_spi:
154
154
- if :
155
155
condition :
156
156
and :
157
- # TODO: Verify mqtt is connected
157
+ - mqtt. connected
158
158
- lambda : ' return id(filament_raw_data2).state != "";'
159
159
- lambda : ' return id(filament_raw_data2).state != "{}";'
160
160
- binary_sensor.is_on : rfid_reader_spi_2_tag_is_openspool
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ pn532_spi:
101
101
- if :
102
102
condition :
103
103
and :
104
- # TODO: Verify mqtt is connected
104
+ - mqtt. connected
105
105
- lambda : ' return id(filament_raw_data0).state != "";'
106
106
- lambda : ' return id(filament_raw_data0).state != "{}";'
107
107
- binary_sensor.is_on : rfid_reader_spi_0_tag_is_openspool
You can’t perform that action at this time.
0 commit comments