Add missing 'a'

This commit is contained in:
AlucardZero 2016-10-02 18:02:00 -04:00 committed by GitHub
parent 67ad4a38f4
commit 51a3c667b8

View File

@ -13,7 +13,7 @@ ha_release: 0.26
---
The `ffmpeg` platform allows you to use any video feed as camera in Home Assistant via [FFmpeg](http://www.ffmpeg.org/). This video source must support multiple simultaenous reads, because for every concurrent Home Assistant user, a connection will be made to the source every 10 seconds. Normally this should not be a problem.
The `ffmpeg` platform allows you to use any video feed as a camera in Home Assistant via [FFmpeg](http://www.ffmpeg.org/). This video source must support multiple simultaenous reads, because for every concurrent Home Assistant user, a connection will be made to the source every 10 seconds. Normally this should not be a problem.
To enable your FFmpeg feed in your installation, add the following to your `configuration.yaml` file: