diff --git a/source/_integrations/influxdb.markdown b/source/_integrations/influxdb.markdown index 30b012d1be5..d927a7db136 100644 --- a/source/_integrations/influxdb.markdown +++ b/source/_integrations/influxdb.markdown @@ -148,6 +148,10 @@ tags_attributes: description: The list of attribute names which should be reported as tags and not fields to InfluxDB. For example, if set to `friendly_name`, it will be possible to group by entities' friendly names as well, in addition to their ids. required: false default: 0 +ignore_attributes: + type: [string, list] + description: The list of attribute names to ignore when reporting to InfluxDB. This can be used to filter out attributes that either don't change or don't matter to you in order to reduce the amount of data stored in InfluxDB. + required: false component_config: type: string required: false @@ -157,6 +161,10 @@ component_config: type: string description: Measurement name to use instead of a unit or default measurement. This will store all data points in a single measurement. required: false + ignore_attributes: + type: [string, list] + description: The list of attribute names to ignore when reporting to InfluxDB. Will be merged with the default `ignore_attributes` list when processing a state change event for a particular entity. + required: false component_config_domain: type: string required: false @@ -166,6 +174,10 @@ component_config_domain: type: string description: Measurement name to use instead of a unit or default measurement. This will store all data points in a single measurement. required: false + ignore_attributes: + type: [string, list] + description: The list of attribute names to ignore when reporting to InfluxDB. Will be merged with the default `ignore_attributes` list when processing a state change event for a particular entity. + required: false component_config_glob: type: string required: false @@ -175,6 +187,10 @@ component_config_glob: type: string description: Measurement name to use instead of unit or default measurement. This will store all data points in a single measurement. required: false + ignore_attributes: + type: [string, list] + description: The list of attribute names to ignore when reporting to InfluxDB. Will be merged with the default `ignore_attributes` list when processing a state change event for a particular entity. + required: false {% endconfiguration %} ## Configure Filter