From 6c031c3f96a425c947fd35ab52e60b3c41a8c5bc Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Thu, 18 Jan 2024 23:45:25 -0800 Subject: [PATCH] Document device class selection options for Area card (#30870) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_dashboards/area.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_dashboards/area.markdown b/source/_dashboards/area.markdown index 6d9acaa9afc..245aa329303 100644 --- a/source/_dashboards/area.markdown +++ b/source/_dashboards/area.markdown @@ -56,6 +56,16 @@ theme: required: false description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/). type: string +alert_classes: + required: false + type: list + default: "moisture, motion" + description: A list of binary sensor device classes which will populate alert icons in the card when the state is on. +sensor_classes: + required: false + type: list + default: "temperature, humidity" + description: A list of sensor device classes which will display their averaged sensor readings for the area. {% endconfiguration %} ### Example