Skip to content

Commit

Permalink
[cs] Fix light intents clashing with generic HassTurnOn/Off (home-ass…
Browse files Browse the repository at this point in the history
  • Loading branch information
sairon authored Nov 28, 2023
1 parent 8fadced commit ec2fff5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions sentences/cs/light_HassTurnOff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ intents:
HassTurnOff:
data:
- sentences:
- "<zhasnout> [světlo] {name}"
- "<vypnout> světlo {name}"
- "{name} <zhasnout> [světlo]"
- "světlo {name} <vypnout>"
- "(<vypnout>|<zhasnout>) [světlo] {name}"
- "{name} (<vypnout>|<zhasnout>) [světlo]"
requires_context:
domain: light
slots:
domain: light
response: light
Expand Down
8 changes: 4 additions & 4 deletions sentences/cs/light_HassTurnOn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ intents:
HassTurnOn:
data:
- sentences:
- "<rozsvitit> [světlo] {name}"
- "<zapnout> světlo {name}"
- "{name} <rozsvitit> [světlo]"
- "světlo {name} <zapnout>"
- "(<zapnout>|<rozsvitit>) [světlo] {name}"
- "{name} (<zapnout>|<rozsvitit>) [světlo]"
requires_context:
domain: light
slots:
domain: light
response: light
Expand Down
4 changes: 3 additions & 1 deletion tests/cs/light_HassTurnOn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: cs
tests:
- sentences:
- "rozsviť světlo lampička v obývacím pokoji"
- "rozsviť lampičku v obývacím pokoji"
- "zapni světlo lampička v obývacím pokoji"
- "zapni lampičku v obývacím pokoji"
intent:
name: HassTurnOn
slots:
Expand All @@ -14,10 +16,10 @@ tests:
response: "Rozsvíceno"

- sentences:
- "zapni předsíň"
- "předsíň rozsviť"
- "rozsviť předsíň"
- "zapni světlo předsíň"
- "světlo předsíň zapni"
intent:
name: HassTurnOn
slots:
Expand Down

0 comments on commit ec2fff5

Please sign in to comment.