mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +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
|
||||
```
|
||||
|
||||
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` %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user