diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 1e99fbfef61..b7837533ced 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -57,6 +57,10 @@ secondary_info: required: false description: "Show additional info. Values: `entity-id`, `last-changed`." type: string +format: + required: false + description: "How the state should be formatted. Currently only used for timestamp sensors. Valid values are: `relative`, `total`, `date`, `time` and `datetime`." + type: string {% endconfiguration %} ## {% linkable_title Special Row Elements %}