mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-22 21:58:29 +02:00
Add additional custom lint checks (#790)
This commit is contained in:
@@ -14,7 +14,7 @@ void ShutdownSwitch::write_state(bool state) {
|
||||
|
||||
if (state) {
|
||||
ESP_LOGI(TAG, "Shutting down...");
|
||||
delay(100); // Let MQTT settle a bit
|
||||
delay(100); // NOLINT
|
||||
|
||||
App.run_safe_shutdown_hooks();
|
||||
#ifdef ARDUINO_ARCH_ESP8266
|
||||
|
||||
Reference in New Issue
Block a user