fix(hass): improve spotify sentences
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
f08d05c13c
commit
8f82b1885a
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
intents.PlayAlbum.data = [
|
intents.PlayAlbum.data = [
|
||||||
{
|
{
|
||||||
sentences = [
|
sentences = [
|
||||||
"play[ing] [the] album {album} from [the] [artist] {artist}"
|
"play[ing] [the] album {album} (from|by) [the] [artist] {artist}"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
intents.PlayArtist.data = [
|
intents.PlayArtist.data = [
|
||||||
{
|
{
|
||||||
sentences = [
|
sentences = [
|
||||||
"play[ing] [some] music from [the] [artist] {artist}"
|
"play[ing] [some] music (from|by) [the] [artist] {artist}"
|
||||||
"play[ing] [the] artist {artist}"
|
"play[ing] [the] artist {artist}"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
intents.PlaySong.data = [
|
intents.PlaySong.data = [
|
||||||
{
|
{
|
||||||
sentences = [
|
sentences = [
|
||||||
"play[ing] [the] (song|track) {song} from [the] [artist] {artist}"
|
"play[ing] [the] (song|track) {song} (from|by) [the] [artist] {artist}"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue