mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Document template sensor state class (#18280)
This commit is contained in:
parent
82ef0ad45e
commit
84ce484d90
@ -112,6 +112,11 @@ sensor:
|
||||
required: false
|
||||
type: string
|
||||
default: None
|
||||
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)."
|
||||
required: false
|
||||
type: string
|
||||
default: None
|
||||
binary_sensor:
|
||||
description: List of binary sensors
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user