-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
31 changed files
with
254 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: es | ||
responses: | ||
intents: | ||
HassMediaNext: | ||
default: "Reproduciendo siguiente" |
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: es | ||
responses: | ||
intents: | ||
HassMediaPause: | ||
default: "Reproducción en pausa" |
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: es | ||
responses: | ||
intents: | ||
HassMediaUnpause: | ||
default: "Continuando reproducción" |
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: es | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
language: es | ||
responses: | ||
intents: | ||
HassSetVolume: | ||
default: "Volumen establecido" |
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
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: es | ||
responses: | ||
intents: | ||
HassVacuumReturnToBase: | ||
default: "Regresando" |
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: es | ||
responses: | ||
intents: | ||
HassVacuumStart: | ||
default: "Limpieza iniciada" |
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,10 @@ | ||
language: es | ||
intents: | ||
HassSetPosition: | ||
data: | ||
- sentences: | ||
- "<establece_abre_cierra> [posición de] <name> a[l] <posición>" | ||
requires_context: | ||
domain: | ||
- cover | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,8 @@ intents: | |
- scene | ||
- script | ||
- sensor | ||
- sentences: | ||
- <cierra> <name> | ||
excludes_context: | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,5 @@ intents: | |
- scene | ||
- script | ||
- sensor | ||
- vacuum | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
language: es | ||
intents: | ||
HassMediaNext: | ||
data: | ||
- sentences: | ||
- "[<reproduce>] ([<pista> ]siguiente|siguiente <pista>) [en|para] <name>" | ||
requires_context: | ||
domain: media_player |
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: es | ||
intents: | ||
HassMediaPause: | ||
data: | ||
- sentences: | ||
- "<pausa> <name>" | ||
requires_context: | ||
domain: media_player |
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: es | ||
intents: | ||
HassMediaUnpause: | ||
data: | ||
- sentences: | ||
- "(contin(úa|uar|úe|uá)|(sigue|seguir|siga|seguí)) <name>" | ||
requires_context: | ||
domain: media_player |
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: es | ||
intents: | ||
HassSetVolume: | ||
data: | ||
- sentences: | ||
- "<establece_sube_baja> [[el] volumen de] <name> a[l] <volumen>" | ||
requires_context: | ||
domain: media_player |
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: es | ||
intents: | ||
HassVacuumReturnToBase: | ||
data: | ||
- sentences: | ||
- "(dev(uelve|uelva|olver|olvé)|retorn(a|ar|e|á)|regres(a|ar|e|á)) <name> [a [la] base]" | ||
- "que <name> (vuelva|regrese|retorne) [a [la] base]" | ||
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: es | ||
intents: | ||
HassVacuumStart: | ||
data: | ||
- sentences: | ||
- "<ejecuta> <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,11 @@ | ||
language: es | ||
intents: | ||
HassTurnOff: | ||
data: | ||
- sentences: | ||
- "<cierra> <name>" | ||
requires_context: | ||
domain: valve | ||
slots: | ||
domain: valve | ||
response: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
language: es | ||
intents: | ||
HassTurnOn: | ||
data: | ||
- sentences: | ||
- "<abre> <name>" | ||
requires_context: | ||
domain: valve | ||
slots: | ||
domain: valve | ||
response: 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,18 @@ | ||
language: es | ||
tests: | ||
- sentences: | ||
- "abre la cortina dormitorio al 50%" | ||
intent: | ||
name: HassSetPosition | ||
slots: | ||
name: "Cortina dormitorio" | ||
position: 50 | ||
response: "Posición establecida" | ||
- sentences: | ||
- "ajusta llave de paso al 100" | ||
intent: | ||
name: HassSetPosition | ||
slots: | ||
name: "Llave de paso" | ||
position: 100 | ||
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,9 @@ | ||
language: es | ||
tests: | ||
- sentences: | ||
- "siguiente pista en TV" | ||
intent: | ||
name: HassMediaNext | ||
slots: | ||
name: "TV" | ||
response: "Reproduciendo siguiente" |
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: es | ||
tests: | ||
- sentences: | ||
- "pausar TV" | ||
intent: | ||
name: HassMediaPause | ||
slots: | ||
name: "TV" | ||
response: "Reproducción en pausa" |
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: es | ||
tests: | ||
- sentences: | ||
- "continuar TV" | ||
intent: | ||
name: HassMediaUnpause | ||
slots: | ||
name: "TV" | ||
response: "Continuando reproducción" |
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: es | ||
tests: | ||
- sentences: | ||
- "ajustar volumen de TV al 50 por ciento" | ||
intent: | ||
name: HassSetVolume | ||
slots: | ||
name: "TV" | ||
volume_level: 50 | ||
response: "Volumen establecido" |
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: es | ||
tests: | ||
- sentences: | ||
- "devolver aspiradora a base" | ||
- "que aspiradora vuelva a la base" | ||
intent: | ||
name: HassVacuumReturnToBase | ||
slots: | ||
name: "Aspiradora" | ||
response: "Regresando" |
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: es | ||
tests: | ||
- sentences: | ||
- "encender aspiradora" | ||
intent: | ||
name: HassVacuumStart | ||
slots: | ||
name: "Aspiradora" | ||
response: "Limpieza iniciada" |
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: es | ||
tests: | ||
- sentences: | ||
- "cerrar llave de paso" | ||
intent: | ||
name: HassTurnOff | ||
slots: | ||
domain: "valve" | ||
name: "Llave de paso" | ||
response: "llave de paso se ha cerrado" |
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: es | ||
tests: | ||
- sentences: | ||
- "abrir la llave de paso" | ||
intent: | ||
name: HassTurnOn | ||
slots: | ||
domain: "valve" | ||
name: "Llave de paso" | ||
response: "llave de paso se ha abierto" |