From 365445ff2a770adf70f616e61838da3f284f4056 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 7 Sep 2015 16:56:50 +0200 Subject: [PATCH] update list --- source/components/sensor.mqtt.markdown | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/source/components/sensor.mqtt.markdown b/source/components/sensor.mqtt.markdown index a07f9edb8cd..69fef13c525 100644 --- a/source/components/sensor.mqtt.markdown +++ b/source/components/sensor.mqtt.markdown @@ -21,11 +21,9 @@ sensor: platform: mqtt name: "MQTT Sensor" state_topic: "home/bedroom/temperature" - unit_of_measurement: "ºC" + unit_of_measurement: "°C" ``` -state_topic: The MQTT topic subscribed to receive sensor values. *Required* - -name: The name of the sensor. Default is 'MQTT Sensor'. *Optional* - -unit_of_measurement: Defines the units of measurement of the sensor, if any. *Optional* +- **name**: The name of the sensor. Default is 'MQTT Sensor'. *Optional* +- **state_topic**: The MQTT topic subscribed to receive sensor values. *Required* +- **unit_of_measurement**: Defines the units of measurement of the sensor, if any. *Optional*