Document device class selection options for Area card (#30870)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
karwosts 2024-01-18 23:45:25 -08:00 committed by GitHub
parent b2b52532a9
commit 6c031c3f96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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