This is the current config. Moved old to the v1-config branch

This commit is contained in:
Jeffrey Stone
2018-03-06 11:04:37 -05:00
parent d0e9db33c8
commit 67ecd08d7a
81 changed files with 1745 additions and 352 deletions

View File

@@ -1,12 +1,13 @@
- platform: mqtt
name: "Jeff Phone Battery"
state_topic: "owntracks/owntracks/jeffreysphone"
state_topic: "owntracks/owntracks/jeffreystonesiphone"
qos: 0
unit_of_measurement: "%"
value_template: '{{ value_json.batt }}'
- platform: mqtt
name: "Jeff Velocity"
state_topic: "owntracks/owntracks/jeffreysphone"
state_topic: "owntracks/owntracks/jeffreystonesiphone"
qos: 0
unit_of_measurement: "mph"
unit_of_measurement: "kmh"
value_template: '{{ value_json.vel }} '