fix(hass): improve spotify sentences
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-12-18 20:57:21 -05:00
parent f08d05c13c
commit 8f82b1885a

View file

@ -14,7 +14,7 @@
intents.PlayAlbum.data = [
{
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 = [
{
sentences = [
"play[ing] [some] music from [the] [artist] {artist}"
"play[ing] [some] music (from|by) [the] [artist] {artist}"
"play[ing] [the] artist {artist}"
];
}
@ -70,7 +70,7 @@
intents.PlaySong.data = [
{
sentences = [
"play[ing] [the] (song|track) {song} from [the] [artist] {artist}"
"play[ing] [the] (song|track) {song} (from|by) [the] [artist] {artist}"
];
}
{