Add blog post 0.22

This commit is contained in:
Paulus Schoutsen 2016-06-18 13:17:20 -07:00
parent 2a234754ff
commit de1a60b0f9
8 changed files with 90 additions and 10 deletions

View file

@ -15,7 +15,7 @@ ha_release: 0.22
The `local_file` camera platform allows you to integrate any readable image file from disk into Home Assistant as a camera. If the image is updated on the file system the image displayed in Home Assistant will also be updated.
This can for example be used with various camera platforms that save a temporary images localy.
This can for example be used with various camera platforms that save a temporary images locally. It can also be used to display a graph that you render periodacally and will then be displayed in Home Assistant.
To enable this camera in your installation, add the following to your `configuration.yaml` file:
@ -31,7 +31,7 @@ Configuration variables:
- **name** (*Optional*): Name of the camera
- **file_path** (*Required*): File to serve as the camera.
<p class='note'>
The given `file_path` must be an existing file because the camera platform setup make a readable check on it.
</p>