mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 19:06:55 +00:00
Update sensor.mqtt.markdown (#34209)
Closing quote missing from the template
This commit is contained in:
parent
5e2596cf30
commit
c8bc61d761
@ -436,7 +436,7 @@ mqtt:
|
|||||||
state_topic: "office/sensor1"
|
state_topic: "office/sensor1"
|
||||||
suggested_display_precision: 1
|
suggested_display_precision: 1
|
||||||
unit_of_measurement: "°C"
|
unit_of_measurement: "°C"
|
||||||
value_template: "{{ value_json.temperature }}
|
value_template: "{{ value_json.temperature }}"
|
||||||
- name: "Humidity"
|
- name: "Humidity"
|
||||||
state_topic: "office/sensor1"
|
state_topic: "office/sensor1"
|
||||||
unit_of_measurement: "%"
|
unit_of_measurement: "%"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user