mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-07 18:56:49 +00:00
Update documentation to make the possible settings for state_characteristic more searchable (#26596)
This commit is contained in:
parent
20528b4d1a
commit
44439f07af
@ -29,11 +29,11 @@ The `statistics` integration is different to [Long-term Statistics](https://deve
|
|||||||
|
|
||||||
## Characteristics
|
## Characteristics
|
||||||
|
|
||||||
The following statistical characteristics are available. Pay close attention to the right configuration of `sampling_size` and/or `max_age`, as most characteristics are directly influenced by these settings.
|
The following options for the configuration parameter `state_characteristic` are available as staticical characteristics. Pay close attention to the correct configuration of `sampling_size` and/or `max_age`, as most characteristics are directly influenced by these settings.
|
||||||
|
|
||||||
### Numeric Source Sensor
|
### Numeric Source Sensor
|
||||||
|
|
||||||
The following characteristics are supported for `sensor` source sensors:
|
The following are supported for `sensor` source sensors `state_characteristic`:
|
||||||
|
|
||||||
| State Characteristic | Description |
|
| State Characteristic | Description |
|
||||||
| -------------------- | ----------- |
|
| -------------------- | ----------- |
|
||||||
@ -66,7 +66,7 @@ The following characteristics are supported for `sensor` source sensors:
|
|||||||
|
|
||||||
### Binary Source Sensor
|
### Binary Source Sensor
|
||||||
|
|
||||||
The following characteristic are supported for `binary_sensor` source sensors:
|
The following are supported for `binary_sensor` source sensors `state_characteristic`:
|
||||||
|
|
||||||
| State Characteristic | Description |
|
| State Characteristic | Description |
|
||||||
| -------------------- | ----------- |
|
| -------------------- | ----------- |
|
||||||
@ -128,7 +128,7 @@ name:
|
|||||||
default: Stats
|
default: Stats
|
||||||
type: string
|
type: string
|
||||||
state_characteristic:
|
state_characteristic:
|
||||||
description: The characteristic that should be used as the state of the statistics sensor (see table above).
|
description: The characteristic that should be used as the state of the statistics sensor (see tables above).
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
sampling_size:
|
sampling_size:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user