Updating deprecated F for temp_unit

This commit is contained in:
Jeffrey Stone
2017-01-01 21:59:53 -05:00
parent 5b6b0225af
commit eb6835afa2
3 changed files with 7 additions and 11 deletions

View File

@@ -1,11 +1,7 @@
- platform: mqtt
sensors:
Jeffs Phone Battery:
state_topic: "owntracks/owntracks/jeffreysphone"
unit_of_measurement: "%"
value_template: '{{ value_json.batt }}'
state_topic: "owntracks/owntracks/jeffreysphone"
name: "Jeff iPhone Battery"
unit_of_measurement: "%"
value_template: '{{ value_json.batt }}'
#state_topic: "owntracks/owntracks/jeffreysphone"
#name: "Jeffs Velocity"
#unit_of_measurement: "%"
#value_template: '{{ value_json.vel }}'