mirror of
				https://github.com/thejeffreystone/home-assistant-configuration.git
				synced 2025-11-03 19:44:53 +00:00 
			
		
		
		
	Got the mqtt sensor fixed
This commit is contained in:
		@@ -1,7 +1,14 @@
 | 
			
		||||
- platform: mqtt
 | 
			
		||||
  name: "Jeff Phone Battery"
 | 
			
		||||
  state_topic: "owntracks/owntracks/jeffreysphone"
 | 
			
		||||
  name: "Jeff iPhone Battery"
 | 
			
		||||
  qos: 0
 | 
			
		||||
  unit_of_measurement: "%"
 | 
			
		||||
  value_template: '{{ value_json.batt }}'
 | 
			
		||||
- platform: mqtt
 | 
			
		||||
  name: "Jeff Velocity"
 | 
			
		||||
  state_topic: "owntracks/owntracks/jeffreysphone"
 | 
			
		||||
  qos: 0
 | 
			
		||||
  unit_of_measurement: ""
 | 
			
		||||
  value_template: '{{ value_json.vel }}'
 | 
			
		||||
 | 
			
		||||
   
 | 
			
		||||
		Reference in New Issue
	
	Block a user