From 8f82b1885a809e2f1eb48af7119da958b4c9b91c Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 18 Dec 2024 20:57:21 -0500 Subject: [PATCH] fix(hass): improve spotify sentences --- .../homie/modules/home-assistant/spotify/sentences.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configurations/homie/modules/home-assistant/spotify/sentences.nix b/configurations/homie/modules/home-assistant/spotify/sentences.nix index 72148482..7a18de0e 100644 --- a/configurations/homie/modules/home-assistant/spotify/sentences.nix +++ b/configurations/homie/modules/home-assistant/spotify/sentences.nix @@ -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}" ]; } {