Merge pull request #147 from podorozhny/patch-1

fix typo
This commit is contained in:
Christoph Petrausch
2024-03-25 10:28:16 +01:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ For example the `topic_path: devices/+/sensors/#` will match:
* `devices/home/sensors/foo/bar` * `devices/home/sensors/foo/bar`
* `devices/workshop/sensors/temperature` * `devices/workshop/sensors/temperature`
### JSON Seperator ### JSON Separator
The exporter interprets `mqtt_name` as [gojsonq](https://github.com/thedevsaddam/gojsonq) paths. Those paths will be used The exporter interprets `mqtt_name` as [gojsonq](https://github.com/thedevsaddam/gojsonq) paths. Those paths will be used
to find the value in the JSON message. to find the value in the JSON message.
For example `mqtt_name: computed.heat_index` For example `mqtt_name: computed.heat_index`