Is it possible to use an “if” template in a custom sentence list. Basically I have a fan that uses a different percentage for it’s low, med and high settings .vs my other fans. I want to have multiple low settings that are selected by speech for each fan. Not sure this is possible and may have to create another custom sentence file geared toward that fan only.
lists:
fan_speed:
values:
- in: "low"
out: "33"
- in: "medium"
out: "67"
- in: "high"
out: "100"
- in: "low"
out: "30"