From 209325396249f259e9fc410dd386685461212ab6 Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Thu, 24 Feb 2022 20:51:43 +0000 Subject: [PATCH] In statistics card state was missing (#21789) --- source/_lovelace/statistics-graph.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/statistics-graph.markdown b/source/_lovelace/statistics-graph.markdown index 5b6d226eaff..95dcb8511ff 100644 --- a/source/_lovelace/statistics-graph.markdown +++ b/source/_lovelace/statistics-graph.markdown @@ -43,7 +43,7 @@ chart_type: type: string stat_types: required: false - description: The statistics types to render. `min`, `max`, `mean`, `sum` + description: The statistics types to render. `min`, `max`, `mean`, `sum`, `state` type: list title: required: false