From c7f4126a75c6df33864029083ab2754e9bb117c9 Mon Sep 17 00:00:00 2001 From: ESPHome Device Builder Date: Sat, 25 Jul 2026 21:56:51 +1200 Subject: [PATCH] Edit esp-3dprinterpow.yaml --- esphome/esp-3dprinterpow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/esp-3dprinterpow.yaml b/esphome/esp-3dprinterpow.yaml index 93e6a49..82bbe6d 100644 --- a/esphome/esp-3dprinterpow.yaml +++ b/esphome/esp-3dprinterpow.yaml @@ -469,7 +469,7 @@ script: - mqtt.publish: topic: "${mqtt_local_status_topic}" payload: !lambda |- - return id(relay).state ? "ON" : "OFF"; + return id(relay).state ? "On" : "Off"; retain: false qos: 1