-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [SR] Add Vacuum * [SR| Vacuum fix failing tests
- Loading branch information
Showing
8 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
language: sr | ||
responses: | ||
intents: | ||
HassVacuumReturnToBase: | ||
default: "Враћа се" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
language: sr | ||
responses: | ||
intents: | ||
HassVacuumStart: | ||
default: "Започео" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
language: sr | ||
intents: | ||
HassVacuumReturnToBase: | ||
data: | ||
- sentences: | ||
- "врати <име> [у базу]" | ||
requires_context: | ||
domain: vacuum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
language: sr | ||
intents: | ||
HassVacuumStart: | ||
data: | ||
- sentences: | ||
- "Покрени <име>" | ||
requires_context: | ||
domain: vacuum | ||
- sentences: | ||
- <очисти> <спрат> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
language: sr | ||
tests: | ||
- sentences: | ||
- "Врати Roborock у базу" | ||
intent: | ||
name: HassVacuumReturnToBase | ||
slots: | ||
name: "Roborock" | ||
response: "Враћа се" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
language: sr | ||
tests: | ||
- sentences: | ||
- "покрени Roborock" | ||
intent: | ||
name: HassVacuumStart | ||
slots: | ||
name: "Roborock" | ||
response: "Започео" | ||
|
||
- sentences: | ||
- "очисти први спрат" | ||
intent: | ||
name: HassVacuumStart | ||
slots: | ||
floor: "Први спрат" | ||
response: "Започео" |