Fixed typos (#2903)

This commit is contained in:
Alok Saboo 2017-06-30 02:05:16 -04:00 committed by Fabian Affolter
parent beba8952bc
commit a72c71cace
2 changed files with 4 additions and 4 deletions

View File

@ -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 $ 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: Hassbian:

View File

@ -36,9 +36,9 @@ Once loaded, your front end will have the following components:
* A camera image for each camera in your system. * A camera image for each camera in your system.
* A binary_sensor per camera that indicates whether motion detection is enabled. * 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 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 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. 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 ```json
{ {