Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/_lovelace/area.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To add the Area card to your user interface, click the Lovelace menu (three dots

Buttons will appear on the card for the entities in the area including fan, light and switch. A motion sensor icon will appear in the top left if a motion sensor is in the area and motion is detected by the motion sensor.

If a camera is added to the area you can show the camera feed instead of the area pictue.
If a camera is added to the area you can show the camera feed instead of the area picture.

{% configuration %}
type:
Expand Down Expand Up @@ -60,6 +60,6 @@ Complex example
- type: area
area: bedroom
navigation_path: my_bedroom
show_camera:true
show_camera: true
theme: green
```