mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Fix YAML
This commit is contained in:
@@ -61,7 +61,8 @@ record:
|
|||||||
description: Template of a Filename. Variable is entity_id. Must be mp4.
|
description: Template of a Filename. Variable is entity_id. Must be mp4.
|
||||||
example: '/tmp/snapshot_{{ entity_id }}.mp4'
|
example: '/tmp/snapshot_{{ entity_id }}.mp4'
|
||||||
duration:
|
duration:
|
||||||
description: (Optional) Target recording length (in seconds). Default: 30
|
description: (Optional) Target recording length (in seconds).
|
||||||
|
default: 30
|
||||||
example: 30
|
example: 30
|
||||||
lookback:
|
lookback:
|
||||||
description: (Optional) Target lookback period (in seconds) to include in addition to duration. Only available if there is currently an active HLS stream.
|
description: (Optional) Target lookback period (in seconds) to include in addition to duration. Only available if there is currently an active HLS stream.
|
||||||
|
Reference in New Issue
Block a user