mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fix alexa_confirm.yaml example (#16086)
Need a ">" before the template to make it valid yaml. Current example did not pass 'Check Configuration' within home assistant.
This commit is contained in:
parent
e4b124479a
commit
037c5f5f34
@ -306,23 +306,24 @@ First create a file called `alexa_confirm.yaml` with something like the followin
|
|||||||
{% raw %}
|
{% raw %}
|
||||||
|
|
||||||
```text
|
```text
|
||||||
{{ [
|
>
|
||||||
"OK",
|
{{ [
|
||||||
"Sure",
|
"OK",
|
||||||
"If you insist",
|
"Sure",
|
||||||
"Done",
|
"If you insist",
|
||||||
"No worries",
|
"Done",
|
||||||
"I can do that",
|
"No worries",
|
||||||
"Leave it to me",
|
"I can do that",
|
||||||
"Consider it done",
|
"Leave it to me",
|
||||||
"As you wish",
|
"Consider it done",
|
||||||
"By your command",
|
"As you wish",
|
||||||
"Affirmative",
|
"By your command",
|
||||||
"Yes oh revered one",
|
"Affirmative",
|
||||||
"I will",
|
"Yes oh revered one",
|
||||||
"As you decree, so shall it be",
|
"I will",
|
||||||
"No Problem"
|
"As you decree, so shall it be",
|
||||||
] | random }}
|
"No Problem"
|
||||||
|
] | random }}
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user