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