From ec18414c92986176a999b7fbb5211fefa6e27972 Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Wed, 23 Oct 2019 11:15:55 +0200 Subject: [PATCH] fix ident in influxdb doc (#10954) --- source/_integrations/influxdb.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/influxdb.markdown b/source/_integrations/influxdb.markdown index 8e056452a6b..80ecdaf708e 100644 --- a/source/_integrations/influxdb.markdown +++ b/source/_integrations/influxdb.markdown @@ -285,7 +285,7 @@ sensor: measurement: '"°C"' field: value database: db1 - - name: Min for last hour + - name: Min for last hour unit_of_measurement: '%' value_template: '{% raw %}{{ value | round(1) }}{% endraw %}' group_function: min @@ -293,4 +293,4 @@ sensor: measurement: '"%"' field: tmp database: db2 -``` \ No newline at end of file +```