From 984d31de14dee172397f51b3174ea9a119da7172 Mon Sep 17 00:00:00 2001 From: Indu Prakash <6459774+iprak@users.noreply.github.com> Date: Sat, 21 Nov 2020 05:44:49 -0600 Subject: [PATCH] Support for multiple states in history_stats (#15708) --- source/_integrations/history_stats.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/history_stats.markdown b/source/_integrations/history_stats.markdown index 0d836cf1b18..4493616fe71 100644 --- a/source/_integrations/history_stats.markdown +++ b/source/_integrations/history_stats.markdown @@ -44,9 +44,9 @@ entity_id: required: true type: string state: - description: The state you want to track. + description: The states you want to track. required: true - type: string + type: [list, string] name: description: Name displayed on the frontend. Note that it is used by Home Assistant to generate sensor's `object_id` so it is advisable to choose a unique one and change name for frontend using [customization](/docs/configuration/customizing-devices/#friendly_name) or via [Lovelace](/lovelace/entities/#name). required: false