From c36551c7c1f98e9a70b1f94eda482e6c48056b94 Mon Sep 17 00:00:00 2001 From: twdkeule <11250711+twdkeule@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:56:42 +0200 Subject: [PATCH] Add config for precision (#14130) Updated configuration for https://github.com/home-assistant/core/pull/38454 --- source/_integrations/influxdb.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/influxdb.markdown b/source/_integrations/influxdb.markdown index baee63e7852..4c7260b2794 100644 --- a/source/_integrations/influxdb.markdown +++ b/source/_integrations/influxdb.markdown @@ -97,6 +97,11 @@ max_retries: description: Set this to allow the integration to retry if there was a network error when transmitting data. required: false default: 0 +precision: + type: string + description: Set this to specify the time precision sent to influxdb. Setting a coarser precision allows InfluxDb to compress your data better. If not set, defaults to ns. + required: false + default: ns default_measurement: type: string description: Measurement name to use when an entity doesn't have a unit.