From 9286f2fb27564d5770f8d5b007260fc781ca1415 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 20 Oct 2018 15:03:39 +0200 Subject: [PATCH] Fix --- tests/test2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test2.yaml b/tests/test2.yaml index 6c994305b9..20983e0b01 100644 --- a/tests/test2.yaml +++ b/tests/test2.yaml @@ -150,8 +150,8 @@ text_sensor: icon: mdi:icon id: version_sensor on_value: - lambda: |- - ESP_LOGD("main", "The state is %s=%s", x.c_str(), id(version_sensor).state.c_str()); + - lambda: |- + ESP_LOGD("main", "The state is %s=%s", x.c_str(), id(version_sensor).state.c_str()); - script.execute: my_script - platform: mqtt_subscribe name: "MQTT Subscribe Text"