mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add information about state_class to template sensor (#34436)
This commit is contained in:
parent
30ac57e51f
commit
5314a86db1
@ -152,7 +152,7 @@ sensor:
|
||||
type: string
|
||||
default: None
|
||||
state_class:
|
||||
description: "The [state_class](https://developers.home-assistant.io/docs/core/entity/sensor#available-state-classes) of the sensor. This will also display the value based on the user profile Number Format setting and influence the graphical presentation in the history visualization as a continuous value."
|
||||
description: "The [state_class](https://developers.home-assistant.io/docs/core/entity/sensor#available-state-classes) of the sensor. This will also display the value based on the user profile Number Format setting and influence the graphical presentation in the history visualization as a continuous value. If you desire to include the sensor in long-term statistics, include this key and assign it the appropriate value"
|
||||
required: false
|
||||
type: string
|
||||
default: None
|
||||
|
Loading…
x
Reference in New Issue
Block a user