Skip to content

in/out feature in lists is not working #27

@nicuh

Description

@nicuh

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions