mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
@@ -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 }} '
|
||||
|
||||
|
Reference in New Issue
Block a user