mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add doc for new ignore_attributes
option (#13981)
Added documentation for new config options added with https://github.com/home-assistant/core/pull/37747
This commit is contained in:
parent
e5a72cb93a
commit
f0509a8422
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user