From 2f5a780e683d5d3becf16378068854a0c28d5620 Mon Sep 17 00:00:00 2001 From: Sanaa Hamel Date: Mon, 8 Apr 2024 09:48:11 -0400 Subject: [PATCH] doc: describe `data_store:fields` config Signed-off-by: Sanaa Hamel --- docs/configuration.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index a035caa4a..dd5fa9fb5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -292,6 +292,10 @@ temperature_store_size: 1200 # store approximately 20 minutes of data at one value per second. gcode_store_size: 1000 # The maximum number "gcode lines" to store. The default is 1000. +fields: +# Case-sensitive newline separated list of sensor fields to store. +# The following fields are implicitly added: temperature, target, power, speed +# The default is no additional fields. ``` ### `[job_queue]` @@ -1324,9 +1328,9 @@ address: # A valid ip address or hostname of the Philips Hue Bridge. This # parameter must be provided. port: -# A port number if an alternative Zigbee bridge is used on a HTTP port +# A port number if an alternative Zigbee bridge is used on a HTTP port # different from the default 80/443 -# +# user: # The api key used for request authorization. This option accepts # Jinja2 Templates, see the [secrets] section for details.