mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Add config for precision (#14130)
Updated configuration for https://github.com/home-assistant/core/pull/38454
This commit is contained in:
parent
3b9a80c4c9
commit
c36551c7c1
@ -97,6 +97,11 @@ max_retries:
|
|||||||
description: Set this to allow the integration to retry if there was a network error when transmitting data.
|
description: Set this to allow the integration to retry if there was a network error when transmitting data.
|
||||||
required: false
|
required: false
|
||||||
default: 0
|
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:
|
default_measurement:
|
||||||
type: string
|
type: string
|
||||||
description: Measurement name to use when an entity doesn't have a unit.
|
description: Measurement name to use when an entity doesn't have a unit.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user