10000 Update sensor.mqtt.markdown (#34209) · home-assistant/home-assistant.io@c8bc61d · GitHub
[go: up one dir, main page]

Skip to content

Commit c8bc61d

Browse files
authored
Update sensor.mqtt.markdown (#34209)
Closing quote missing from the template
1 parent 5e2596c commit c8bc61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_integrations/sensor.mqtt.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ mqtt:
436436
state_topic: "office/sensor1"
437437
suggested_display_precision: 1
438438
unit_of_measurement: "°C"
439-
value_template: "{{ value_json.temperature }}
439+
value_template: "{{ value_json.temperature }}"
440440
- name: "Humidity"
441441
state_topic: "office/sensor1"
442442
unit_of_measurement: "%"

0 commit comments

Comments
 (0)
0