-
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.
[BG] add HassRespond, HassSetPosition, HassVacuumStart, HassVacuumRet…
…urnToBase (#2811) * [BG] add HassRespond, HassSetPosition, HassVacuumStart and HassVacuumReturnToBase * Brakets fix * One word added --------- Co-authored-by: Hristo Atanasov <gh0s7@rusenci.com>
- Loading branch information
1 parent
6aac414
commit ec5ea02
Showing
14 changed files
with
168 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: bg | ||
responses: | ||
intents: | ||
HassRespond: | ||
hello: "Здравей от Home Assistant." | ||
listening: "Не, записвам само когато кажеш ключовата дума." | ||
data: "Твоите данни се изпращат до твоя Home Assistant сървър." | ||
commands: "За да разбереш какво можеш да ме попиташ, посети сайта home черта assistant точка I.O. наклонена черта voice долна черта commands." | ||
creator: "Създаден съм от невероятната общност на Home Assistant, съставена от ентусиасти от цял свят." |
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: bg | ||
responses: | ||
intents: | ||
HassSetPosition: | ||
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: bg | ||
responses: | ||
intents: | ||
HassVacuumReturnToBase: | ||
default: "{{ slots.name }} се прибира" |
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: bg | ||
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,15 @@ | ||
language: bg | ||
intents: | ||
HassSetPosition: | ||
data: | ||
- sentences: | ||
- "(<set>|<open>|<close>) [позицията на] <name> на <position>" | ||
requires_context: | ||
domain: cover | ||
slots: | ||
domain: cover | ||
|
||
- sentences: | ||
- "(<set>|<open>|<close>) [позицията на] {cover_classes:device_class} [в|във] <area> на <position>" | ||
slots: | ||
domain: cover |
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,23 @@ | ||
language: "bg" | ||
intents: | ||
HassRespond: | ||
data: | ||
- sentences: | ||
- "(здравей) [home assistant]" | ||
response: hello | ||
|
||
- sentences: | ||
- "винаги ли [ме|ни] (слушаш|записваш)" | ||
response: listening | ||
|
||
- sentences: | ||
- "къде (отиват|се изпращат) (моите данни|данните ми)" | ||
response: data | ||
|
||
- sentences: | ||
- "какво мога да [ти|те] (кажа|[по]питам)" | ||
response: commands | ||
|
||
- sentences: | ||
- "кой те [е] (направи[л]|създа(л|де))" | ||
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,8 @@ | ||
language: bg | ||
intents: | ||
HassVacuumReturnToBase: | ||
data: | ||
- sentences: | ||
- "(върни|прибери) <name> [на базата]" | ||
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,8 @@ | ||
language: bg | ||
intents: | ||
HassVacuumStart: | ||
data: | ||
- sentences: | ||
- "(стартирай|активирай|пусни) <name>" | ||
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
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,24 @@ | ||
language: bg | ||
tests: | ||
- sentences: | ||
- "затвори лявата завеса на 50%" | ||
- "настрой позицията на лявата завеса на 50%" | ||
intent: | ||
name: HassSetPosition | ||
slots: | ||
domain: cover | ||
name: "лявата завеса" | ||
position: 50 | ||
response: "Настроих позицията" | ||
|
||
- sentences: | ||
- "настрой позицията на завесите в хола на 50%" | ||
- "отвори завесите в хола на 50%" | ||
intent: | ||
name: HassSetPosition | ||
slots: | ||
domain: cover | ||
device_class: "curtain" | ||
area: "хола" | ||
position: 50 | ||
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,36 @@ | ||
language: bg | ||
tests: | ||
- sentences: | ||
- "Здравей home assistant" | ||
intent: | ||
name: HassRespond | ||
response: "Здравей от Home Assistant." | ||
|
||
- sentences: | ||
- "винаги ли ме записваш?" | ||
- "винаги ли ни слушаш?" | ||
intent: | ||
name: HassRespond | ||
response: "Не, записвам само когато кажеш ключовата дума." | ||
|
||
- sentences: | ||
- "къде отиват данните ми?" | ||
- "къде се изпращат моите данни" | ||
intent: | ||
name: HassRespond | ||
response: "Твоите данни се изпращат до твоя Home Assistant сървър." | ||
|
||
- sentences: | ||
- "какво мога да те питам?" | ||
- "какво мога да ти кажа" | ||
intent: | ||
name: HassRespond | ||
response: "За да разбереш какво можеш да ме попиташ, посети сайта home черта assistant точка I.O. наклонена черта voice долна черта commands." | ||
|
||
- sentences: | ||
- "кой те е създал?" | ||
- "кой те създаде?" | ||
- "кой те е направил?" | ||
intent: | ||
name: HassRespond | ||
response: "Създаден съм от невероятната общност на Home Assistant, съставена от ентусиасти от цял свят." |
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: bg | ||
tests: | ||
- sentences: | ||
- "върни Роби на базата" | ||
- "прибери Роби на базата" | ||
intent: | ||
name: HassVacuumReturnToBase | ||
slots: | ||
name: "Роби" | ||
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,9 @@ | ||
language: bg | ||
tests: | ||
- sentences: | ||
- "стартирай Роби" | ||
intent: | ||
name: HassVacuumStart | ||
slots: | ||
name: "Роби" | ||
response: "Стартирах почистването" |