Skip to content

Commit

Permalink
[SL] added vacuum_HassStart sentence (#2044)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejs2 authored Mar 6, 2024
1 parent bc3a108 commit aba45fc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions responses/sl/HassVacuumStart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: sl
responses:
intents:
HassVacuumStart:
default: "Zagnan"
8 changes: 8 additions & 0 deletions sentences/sl/vacuum_HassVacuumStart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: sl
intents:
HassVacuumStart:
data:
- sentences:
- "(zaženi|startaj|štartaj) <name>"
requires_context:
domain: vacuum
11 changes: 11 additions & 0 deletions tests/sl/vacuum_HassVacuumStart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: sl
tests:
- sentences:
- "zaženi rover"
- "štartaj rover"
- "startaj rover"
intent:
name: HassVacuumStart
slots:
name: "Rover"
response: "Zagnan"

0 comments on commit aba45fc

Please sign in to comment.