Skip to content

Commit 5e67726

Browse files
committed
Try multiline string in Cast
Trying out a multiline string in a {% configuration %}-block.
1 parent b8d34e9 commit 5e67726

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/_components/cast.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ media_player:
4848
required: false
4949
type: string
5050
ignore_cec:
51-
description: A list of Chromecasts that should ignore CEC data for determining the active input. [See the upstream documentation for more information.](https://github.com/balloob/pychromecast#ignoring-cec-data)
51+
description: >
52+
A list of Chromecasts that should ignore CEC data for determining the
53+
active input. [See the upstream documentation for more information.](https://github.com/balloob/pychromecast#ignoring-cec-data)
5254
required: false
5355
type: list
5456
{% endconfiguration %}

0 commit comments

Comments
 (0)