Files
2023-07-20 14:23:29 -04:00

24 lines
487 B
YAML

language: "en"
intents:
MasterBedroomModes:
data:
- sentences:
- "(set|change) [the] master bedroom mode to {mode}"
- "(activate|turn on) {mode} in [the] master bedroom"
skip_words:
- "please"
- "can you"
lists:
mode:
values:
- in: "day mode"
out: "button.master_bedroom_day_mode"
- in: "night mode"
out: "button.master_bedroom_night_mode"
- in: "bedtime mode"
out: "button.master_bedroom_bedtime_mode"