* Related #6385.

Configuration variable explanation style update.

* Update camera.local_file.markdown

* Update camera.local_file.markdown

Done!
This commit is contained in:
kernehed 2018-10-03 10:45:04 +02:00 committed by Franck Nijhof
parent 3b11c52f59
commit 8e7f822627

View File

@ -26,10 +26,16 @@ camera:
file_path: /tmp/image.jpg
```
Configuration variables:
- **file_path** (*Required*): File to serve as the camera.
- **name** (*Optional*): Name of the camera
{% configuration %}
file_path:
description: File to serve as the camera.
required: true
type: string
name:
description: Name of the camera.
required: false
type: string
{% endconfiguration %}
### {% linkable_title Service `camera.local_file_update_file_path` %}