Hi,
I am using version 1.2.0 and I am trying to setup a timer using a custom sentence:
HassStartTimer:
data:
- sentences:
- "Stelle Timer für {bread}"
lists:
bread:
values:
- in: "Brot"
out: "20 Minuten"
When saying
Stelle Timer für Brot
I expect to get the following output
Stelle Timer für 20 Minuten
but instead I get
Stelle Timer für Brot
It seems that the replace is not working. Is this the right approach or am I doing something wrong?
P.S.
I know, I could directly say Stelle Timer für 20 Minuten, but I know that the timer for bread is always supposed to be 20 minutes, so basically I wanted to give it a name.
With this approach, I could extend the list with a bunch of timers that have a fixed value.
Hi,
I am using version 1.2.0 and I am trying to setup a timer using a custom sentence:
When saying
Stelle Timer für BrotI expect to get the following output
Stelle Timer für 20 Minutenbut instead I get
Stelle Timer für BrotIt seems that the replace is not working. Is this the right approach or am I doing something wrong?
P.S.
I know, I could directly say
Stelle Timer für 20 Minuten, but I know that the timer for bread is always supposed to be 20 minutes, so basically I wanted to give it a name.With this approach, I could extend the list with a bunch of timers that have a fixed value.