mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Correct documentation for template sensor state class (#20243)
This commit is contained in:
parent
0faa616c15
commit
b092c7bc21
@ -117,7 +117,7 @@ sensor:
|
|||||||
type: string
|
type: string
|
||||||
default: None
|
default: None
|
||||||
state_class:
|
state_class:
|
||||||
description: "Defines the state class of the sensor, if any. Only possible value currently is `measurement`. Set this if your template sensor represents a measurement of the current value (so not a daily aggregate etc)."
|
description: The [state_class](https://developers.home-assistant.io/docs/core/entity/sensor#available-state-classes) of the sensor.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: None
|
default: None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user