-
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
Showing
7 changed files
with
127 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: gl | ||
responses: | ||
intents: | ||
HassSetPosition: | ||
default: "Posición establecida" |
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,17 @@ | ||
language: gl | ||
intents: | ||
HassSetPosition: | ||
data: | ||
- sentences: | ||
- "<establece_abre_pecha> [[a ]posición [d[e|o|a]]] <nome> (ao|ó) <posición>" | ||
requires_context: | ||
domain: cover | ||
slots: | ||
domain: cover | ||
|
||
- sentences: | ||
- "<establece_abre_pecha> [[a ]posición [do[s]|da[s] ]][o[s]|a[s]] {cover_classes:device_class} ((ao|ó) <posición>;<area>)" | ||
- "<establece_abre_pecha> [[a ]posición [do[s]|da[s] ]][o[s]|a[s]] {cover_classes:device_class} (<area>;(ao|ó) <posición>)" | ||
- "<establece_abre_pecha> <area> [[a ]posición [do[s]|da[s]]] {cover_classes:device_class} (ao|ó) <posición>" | ||
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,10 @@ | ||
language: gl | ||
intents: | ||
HassSetPosition: | ||
data: | ||
- sentences: | ||
- "<establece_abre_pecha> [[a ]posición [d[e|a|o]]] <nome> (ao|ó) <posición>" | ||
requires_context: | ||
domain: valve | ||
slots: | ||
domain: valve |
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: gl | ||
tests: | ||
- sentences: | ||
- "abre a cortina dormitorio ao 50%" | ||
intent: | ||
name: HassSetPosition | ||
slots: | ||
domain: cover | ||
name: "Cortina dormitorio" | ||
position: 50 | ||
response: "Posición establecida" | ||
|
||
- sentences: | ||
- "axusta a cortina do dormitorio ao 50%" | ||
- "abre as cortinas ao 50 por cento no dormitorio" | ||
- "levantar no dormitorio cortinas ao 50 por cento" | ||
intent: | ||
name: HassSetPosition | ||
slots: | ||
domain: cover | ||
device_class: "curtain" | ||
area: "Dormitorio" | ||
position: 50 | ||
response: "Posición establecida" |
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,13 @@ | ||
language: gl | ||
tests: | ||
- sentences: | ||
- "axusta chave de paso ao 100" | ||
- "incrementar posición da chave de paso ao 100%" | ||
- "abrir chave de paso ao 100 por cento" | ||
intent: | ||
name: HassSetPosition | ||
slots: | ||
domain: valve | ||
name: "Chave de paso" | ||
position: 100 | ||
response: "Posición establecida" |