Allow defining state class for template sensors (#52130)
This commit is contained in:
parent
6352d8fb0e
commit
cc00617cd5
6 changed files with 70 additions and 73 deletions
|
@ -25,3 +25,4 @@ CONF_AVAILABILITY = "availability"
|
|||
CONF_ATTRIBUTES = "attributes"
|
||||
CONF_PICTURE = "picture"
|
||||
CONF_OBJECT_ID = "object_id"
|
||||
CONF_STATE_CLASS = "state_class"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue