Add config for precision (#14130)

Updated configuration for https://github.com/home-assistant/core/pull/38454
This commit is contained in:
twdkeule 2020-09-23 16:56:42 +02:00 committed by GitHub
parent 3b9a80c4c9
commit c36551c7c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.