From 8b38164ec45e6c3f12980f90964913dc94298cfe Mon Sep 17 00:00:00 2001 From: Ivan Podorozhnyi Date: Fri, 1 Mar 2024 23:20:14 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 99f7d09..4c20ffe 100644 --- a/Readme.md +++ b/Readme.md @@ -46,7 +46,7 @@ For example the `topic_path: devices/+/sensors/#` will match: * `devices/home/sensors/foo/bar` * `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 to find the value in the JSON message. For example `mqtt_name: computed.heat_index`