From 81ab944c86e90b3ccc333a1a01f52f7f9e0c8533 Mon Sep 17 00:00:00 2001 From: tortfeaser Date: Wed, 13 Dec 2017 20:13:31 +1100 Subject: [PATCH] Fix apostrophe error. (#4208) --- source/_components/camera.generic.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/camera.generic.markdown b/source/_components/camera.generic.markdown index 69637387a44..32fa4917481 100644 --- a/source/_components/camera.generic.markdown +++ b/source/_components/camera.generic.markdown @@ -16,7 +16,7 @@ ha_iot_class: "depends" The `generic` camera platform allows you to integrate any IP camera or other URL into Home Assistant. Templates can be used to generate the URLs on the fly. -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]`. +Home Assistant will serve the images via its server, making it possible to view your IP cameras while outside of your network. The endpoint is `/api/camera_proxy/camera.[name]`. To enable this camera in your installation, add the following to your `configuration.yaml` file: