mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Document device class selection options for Area card (#30870)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
b2b52532a9
commit
6c031c3f96
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user