-
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.
* Add HassBroadcast * Fix filename * Update sentences/en/assist_satellite_HassBroadcast.yaml Co-authored-by: Tudor Sandu <[email protected]> --------- Co-authored-by: Tudor Sandu <[email protected]>
- Loading branch information
1 parent
4121f84
commit 937c9e7
Showing
5 changed files
with
32 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
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: en | ||
responses: | ||
intents: | ||
HassBroadcast: | ||
default: "Done" |
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,6 @@ | ||
language: "en" | ||
intents: | ||
HassBroadcast: | ||
data: | ||
- sentences: | ||
- "(broadcast|announce) [everywhere] [that] {message}" |
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: en | ||
tests: | ||
- sentences: | ||
- "broadcast that dinner is ready" | ||
intent: | ||
name: HassBroadcast | ||
slots: | ||
message: "dinner is ready" | ||
response: "Done" |