-
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.
- Loading branch information
1 parent
f1976de
commit 73abb85
Showing
3 changed files
with
68 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,9 @@ | ||
language: "sk" | ||
responses: | ||
intents: | ||
HassRespond: | ||
hello: "Ahoj od Home Assistant." | ||
listening: "Nie, nahrávam len keď vyslovíš aktivačné slovo." | ||
data: "Tvoje dáta sú odoslané na tvoj Home Assistant server." | ||
commands: "Ak sa chceš dozvedieť, čo sa ma môžeš opýtať, navštív H.A. bodka I.O. lomka voice." | ||
creator: "Bol som vytvorený úžasnou komunitou Home Assistant, zloženou z nadšencov z celého sveta." |
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,25 @@ | ||
language: "sk" | ||
intents: | ||
HassRespond: | ||
data: | ||
- sentences: | ||
- "(ahoj|čau) [home assistant]" | ||
response: hello | ||
|
||
- sentences: | ||
- "počúvaš stále" | ||
response: listening | ||
|
||
- sentences: | ||
- "kam (idú|sa posielajú) moje dáta" | ||
response: data | ||
|
||
- sentences: | ||
- "čo ti môžem povedať" | ||
- "čo ti môžem (pri|roz)kázať" | ||
- "čo sa [ťa] môžem [s|o]pýtať" | ||
response: commands | ||
|
||
- sentences: | ||
- "kto ťa vytvoril" | ||
response: creator |
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,34 @@ | ||
language: sk | ||
tests: | ||
- sentences: | ||
- "Ahoj" | ||
- "Čau" | ||
- "Ahoj, Home Assistant" | ||
intent: | ||
name: HassRespond | ||
response: "Ahoj od Home Assistant." | ||
|
||
- sentences: | ||
- "Počúvaš stále?" | ||
intent: | ||
name: HassRespond | ||
response: "Nie, nahrávam len keď vyslovíš aktivačné slovo." | ||
|
||
- sentences: | ||
- "Kam idú moje dáta?" | ||
intent: | ||
name: HassRespond | ||
response: "Tvoje dáta sú odoslané na tvoj Home Assistant server." | ||
|
||
- sentences: | ||
- "Čo ti môžem povedať?" | ||
- "Čo sa ťa môžem spýtať?" | ||
intent: | ||
name: HassRespond | ||
response: "Ak sa chceš dozvedieť, čo sa ma môžeš opýtať, navštív H.A. bodka I.O. lomka voice." | ||
|
||
- sentences: | ||
- "Kto ťa vytvoril?" | ||
intent: | ||
name: HassRespond | ||
response: "Bol som vytvorený úžasnou komunitou Home Assistant, zloženou z nadšencov z celého sveta." |