mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
* Related #6385. Configuration variable explanation style update. * Update camera.local_file.markdown * Update camera.local_file.markdown Done!
This commit is contained in:
parent
3b11c52f59
commit
8e7f822627
@ -26,10 +26,16 @@ camera:
|
|||||||
file_path: /tmp/image.jpg
|
file_path: /tmp/image.jpg
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
file_path:
|
||||||
- **file_path** (*Required*): File to serve as the camera.
|
description: File to serve as the camera.
|
||||||
- **name** (*Optional*): Name of 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` %}
|
### {% linkable_title Service `camera.local_file_update_file_path` %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user