From 5b6b0225af254e6872b0afe736598ab86c188e06 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sun, 1 Jan 2017 21:44:58 -0500 Subject: [PATCH] Syntax wrong --- sensors/owntracks.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/sensors/owntracks.yaml b/sensors/owntracks.yaml index f038ad5..4818552 100644 --- a/sensors/owntracks.yaml +++ b/sensors/owntracks.yaml @@ -1,10 +1,11 @@ - platform: mqtt - state_topic: "owntracks/owntracks/jeffreysphone" - name: "Jeffs Phone Battery" - unit_of_measurement: "%" - value_template: '{{ value_json.batt }}' -- platform: mqtt - state_topic: "owntracks/owntracks/jeffreysphone" - name: "Jeffs Velocity" - unit_of_measurement: "%" - value_template: '{{ value_json.vel }}' \ No newline at end of file + sensors: + Jeffs Phone Battery: + state_topic: "owntracks/owntracks/jeffreysphone" + unit_of_measurement: "%" + value_template: '{{ value_json.batt }}' + + #state_topic: "owntracks/owntracks/jeffreysphone" + #name: "Jeffs Velocity" + #unit_of_measurement: "%" + #value_template: '{{ value_json.vel }}' \ No newline at end of file