Fixed Bayesian sensor docs and added a missing comma in Arlo docs (#3357)

* Fixed Bayesian sensor docs

* Added missing comma
This commit is contained in:
Alok Saboo 2017-09-12 12:44:29 +05:30 committed by Franck Nijhof
parent 9441cd88fc
commit 21c585e178
2 changed files with 4 additions and 8 deletions

View file

@ -28,6 +28,6 @@ camera:
Configuration variables:
- **ffmpeg_arguments**: (*Optional*): Extra options to pass to ffmpeg, e.g. image quality or video filter options.
- **ffmpeg_arguments**: (*Optional*): Extra options to pass to ffmpeg, e.g., image quality or video filter options.
**Note:** To be able to playback the last capture, it is required to install the `ffmpeg` component. Make sure to follow the steps mentioned at [FFMPEG](https://home-assistant.io/components/ffmpeg/) documentation.