From a72c71cace88f546883cdd5a85e30637e1147e78 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Fri, 30 Jun 2017 02:05:16 -0400 Subject: [PATCH] Fixed typos (#2903) --- source/_components/axis.markdown | 2 +- source/_components/blink.markdown | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/axis.markdown b/source/_components/axis.markdown index bdf70c5a40c..bf4736548d3 100644 --- a/source/_components/axis.markdown +++ b/source/_components/axis.markdown @@ -23,7 +23,7 @@ Home Assistant will automatically discover their presence on your network. $ sudo apt-get install python3-gi gir1.2-gstreamer-1.0 ``` -Depending on how you run Home Assistant you might be needed to symlink the `gi` module into your environment. +Depending on how you run Home Assistant, you may need to symlink the `gi` module into your environment. Hassbian: diff --git a/source/_components/blink.markdown b/source/_components/blink.markdown index 21cd6b4447b..217dcce7438 100644 --- a/source/_components/blink.markdown +++ b/source/_components/blink.markdown @@ -36,9 +36,9 @@ Once loaded, your front end will have the following components: * A camera image for each camera in your system. * A binary_sensor per camera that indicates whether motion detection is enabled. * A binary_sensor for the system that indicates if the system is armed or disarmed. -* A sesnor per camera that reports temperature. +* A sensor per camera that reports temperature. * A sensor per camera that reports battery level. -* A sensor per camera that reports unread notification (ie. detected motion events). +* A sensor per camera that reports unread notification (i.e., detected motion events). Since the cameras are battery operated, the images are only updated in Home Assistant when the user manually forces a new photo. This image can be updated with the `snap_picture` service to force Home Assistant to request an update from Blink's servers. As a note, all of the camera-specific sensors are only polled when a new image is requested from the camera. This means that relying on any of these sensors to provide timely and accurate data is not recommended. @@ -59,7 +59,7 @@ For `arm_system`, the value sent can be either `True` or `False` and will arm an } ``` -Arm camera follows a similar structure, but each indidivual camera can have motion detection enabled or disabled. Because of this, you also need to supply a name. For example, if you have a camera named "Living Room" and you want to turn off motion detection on that camera, you would call the `arm_camera` service with the following payload: +Arm camera follows a similar structure, but each individual camera can have motion detection enabled or disabled. Because of this, you also need to supply a name. For example, if you have a camera named "Living Room" and you want to turn off motion detection on that camera, you would call the `arm_camera` service with the following payload: ```json {