From f3fd78def5fa777da9cbb4a2d6ff895b13fa1b96 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 16 Jun 2016 19:16:03 +0200 Subject: [PATCH] Fix typo --- source/_components/camera.generic.markdown | 2 +- source/_components/camera.rpi_camera.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/camera.generic.markdown b/source/_components/camera.generic.markdown index 071d8fab8f7..3872b836cfb 100644 --- a/source/_components/camera.generic.markdown +++ b/source/_components/camera.generic.markdown @@ -17,7 +17,7 @@ The `generic` camera platform allows you to integrate any IP camera into Home As Home Assistant will serve the images via its server, making it possible to view your IP camera's while outside of your network. The endpoint is `/api/camera_proxy/camera.[name]?time=[timestamp]`. -To enable this camery in your installation, add the following to your `configuration.yaml` file: +To enable this camera in your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry diff --git a/source/_components/camera.rpi_camera.markdown b/source/_components/camera.rpi_camera.markdown index c81a93d2c72..23de89c3273 100644 --- a/source/_components/camera.rpi_camera.markdown +++ b/source/_components/camera.rpi_camera.markdown @@ -16,7 +16,7 @@ ha_release: 0.17 The `rpi` platform allows you to integrate the Raspberry Pi camera into Home Assistant. This component uses the application [`raspistill`](https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md) to store the image from camera. -To enable this camery in your installation, add the following to your `configuration.yaml` file: +To enable this camera in your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry