Skip to content

Commit 7ba873a

Browse files
committed
Mark example as JSON
1 parent 0f665e4 commit 7ba873a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/sensor.mqtt.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sensor:
6565
6666
If you are using a DHT sensor and a NodeMCU board (esp8266), you can retrieve temperature and humidity with a MQTT sensor. A code example can be found [here](https://github.com/mertenats/open-home-automation/tree/master/ha_mqtt_sensor_dht22). A regular MQTT message from this example looks like this:
6767
68-
```
68+
```json
6969
office/sensor1
7070
{
7171
"temperature": 23.20,

0 commit comments

Comments
 (0)