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 +```