Allow defining state class for template sensors (#52130)

This commit is contained in:
Paulus Schoutsen 2021-06-23 14:37:04 -07:00 committed by GitHub
parent 6352d8fb0e
commit cc00617cd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 70 additions and 73 deletions

View file

@ -25,3 +25,4 @@ CONF_AVAILABILITY = "availability"
CONF_ATTRIBUTES = "attributes"
CONF_PICTURE = "picture"
CONF_OBJECT_ID = "object_id"
CONF_STATE_CLASS = "state_class"