From 53f3971eb7b86130b2a0a1910ddc2f82ee2d073e Mon Sep 17 00:00:00 2001 From: Mitch Date: Thu, 30 Dec 2021 18:02:53 +0100 Subject: [PATCH] Typos in Area Lovelace card documentation --- source/_lovelace/area.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_lovelace/area.markdown b/source/_lovelace/area.markdown index e4305f13e684..aea6c2dbc28e 100644 --- a/source/_lovelace/area.markdown +++ b/source/_lovelace/area.markdown @@ -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: @@ -60,6 +60,6 @@ Complex example - type: area area: bedroom navigation_path: my_bedroom - show_camera:true + show_camera: true theme: green ```