You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_dashboards/area.markdown
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ related:
17
17
The area card lets you control and monitor an individual {% term area %}.
18
18
19
19
<pclass='img'>
20
-
<imgsrc='/images/dashboards/area-card.png'alt='Screenshot of the area card'>
21
-
Screenshot of the area card.
20
+
<imgsrc='/images/dashboards/area-cards.png'alt='Screenshot of the area cards'>
21
+
Screenshot of the area cards.
22
22
</p>
23
23
24
24
{% include dashboard/edit_dashboard.md %}
@@ -42,14 +42,14 @@ area:
42
42
required: true
43
43
description: ID of the `area`.
44
44
type: string
45
-
show_camera:
45
+
display_type:
46
46
required: false
47
-
description: Changes the area picture to a live feed of the camera set for the area.
48
-
type: boolean
49
-
default: false
47
+
description: Defines the card's display style. Options include `compact` (a minimal layout), `icon` (shows an area icon), `picture` (displays an image of the area), or `camera` (shows the live camera feed).
48
+
type: string
49
+
default: "picture"
50
50
camera_view:
51
51
required: false
52
-
description: 'If showing a camera, "live" will show the live view if `stream` is enabled.'
52
+
description: 'If showing a camera, `live` will show the live view if `stream` is enabled.'
53
53
default: auto
54
54
type: string
55
55
aspect_ratio:
@@ -69,12 +69,21 @@ alert_classes:
69
69
required: false
70
70
type: list
71
71
default: "moisture, motion"
72
-
description: A list of binary sensor device classes which will populate alert icons in the card when the state is on.
72
+
description: A list of binary sensor device classes which will populate alert icons in the card when the state is on. If the display type is set to `compact`, only the first alert icon will be displayed.
73
73
sensor_classes:
74
74
required: false
75
75
type: list
76
76
default: "temperature, humidity"
77
-
description: A list of sensor device classes which will display their averaged sensor readings for the area.
77
+
description: A list of sensor device classes which will display their averaged sensor readings for the area.
78
+
features:
79
+
required: false
80
+
description: Additional widgets to control entities in the area. See [available features](/dashboards/features).
81
+
type: list
82
+
features_position:
83
+
required: false
84
+
description: Position of the features on the area card. Can be `bottom` or `inline`. Only the first feature will be displayed when the option is set to `inline`.
0 commit comments