From c923991c26ee78180c255ffc2cfa351c76ecb50d Mon Sep 17 00:00:00 2001 From: bigwoof Date: Sat, 16 Sep 2017 22:26:06 +1000 Subject: [PATCH] added space to line 46 to avoid errors with yaml --- example_home_assistant_configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_home_assistant_configuration.yaml b/example_home_assistant_configuration.yaml index 8173058..6c39e87 100644 --- a/example_home_assistant_configuration.yaml +++ b/example_home_assistant_configuration.yaml @@ -43,7 +43,7 @@ sensor: unit_of_measurement: "°F" value_template: '{{ value_json.temperature | round(1) }}' - - platform: mqtt + - platform: mqtt state_topic: "bruh/sensornode1" name: "SN1 Real Feel" unit_of_measurement: "°F"