From cc5858be8bad803be1bf77f9ad7862a6678619f2 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:10:33 +0100 Subject: [PATCH] Lint --- ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_relays.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_relays.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_relays.yaml index 3b3f01d..ead05a5 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_relays.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_relays.yaml @@ -177,7 +177,7 @@ script: // Update lights based on relay states for (size_t i = 0; i < relay_modes.size() && i < id(gb_lights_1).size(); ++i) { if (!relay_modes[i] || !switches[i]) continue; - + auto light_index = relay_modes[i]->active_index(); if (!light_index.has_value()) continue;