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