We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cf6c0 commit 2d52281Copy full SHA for 2d52281
docs/home_assistant_add_sensor.txt
@@ -1,10 +1,10 @@
1
# Example configuration.yaml entry
2
-
+## example of one additional sensor. check MQTT Explorer to find out full list of sensors and respective topics
3
## on top of autodiscovered sensors any parameter present in JSON file can be added like below
4
5
mqtt:
6
sensor:
7
- name: pytes_uptime
8
- state_topic: "homeassistant/sensor/pytes/state"
9
- value_template: '{{ value_json.serial_stat.uptime }}'
+ state_topic: "pytes_serial/pytes/serial_stat"
+ value_template: '{{ value_json.uptime}}'
10
unit_of_measurement: ''
0 commit comments