Files
HomeAssistance/custom_components/spotifyplus/sentences/en/spotifyplus_GetInfoArtistBio_en.yaml
T
2026-06-05 22:34:31 -04:00

96 lines
3.1 KiB
YAML

# ============================================================================
# SpotifyPlus integration intent custom sentence and response definitions.
#
# Language: en, English
# Intent: SpotifyPlusGetInfoArtistBio
# Location: custom_sentences/en/spotifyplus_GetInfoArtistBio_en.yaml
# ============================================================================
language: en
intents:
SpotifyPlusGetInfoArtistBio:
data:
- sentences:
- "[get] spotify artist (info|information|details|bio) [for|4] {artist_name}"
# Base sentence phrases for this intent.
# This sentence is recognized when a name / area is NOT provided in the spoken command.
# In this case, the first active SpotifyPlus media player is used.
# __Example Phrases - Default Player__
# - "spotify artist info for Phil Wickham"
# - "get spotify artist info for Phil Wickham"
slots:
name: "Spotify Premium" # default media player alias.
target_player: ""
artist_bio: ""
artist_name: ""
artist_title: ""
artist_url: ""
response: default
- sentences:
- "[get] spotify artist (info|information|details|bio) [for|4] {artist_name} <on_spotifyplus_player_name>"
# This sentence is recognized when a player name is provided in the spoken
# command (e.g. "on player Spotify Premium", "on Todds player", etc).
# Supports the same base sentence phrases for this intent.
# __Example Phrases - By Player Name__
# - "get spotify artist info for Phil Wickham on player spotify premium"
# - "get spotify artist info for Phil Wickham on spotify premium player"
slots:
name: ""
target_player: ""
artist_bio: ""
artist_name: ""
artist_title: ""
artist_url: ""
response: default
- sentences:
- "[get] spotify artist (info|information|details|bio) [for|4] {artist_name} <in_spotifyplus_player_area>"
# This sentence is recognized when a player area is provided in the spoken
# command (e.g. "in the Living Room area", "in the Living Room", etc).
# Supports the same base sentence phrases for this intent.
# __Example Phrases - By Player Area__
# - "get spotify artist info for Phil Wickham in the Office area"
# - "get spotify artist info for Phil Wickham in the Office"
slots:
area: ""
name: ""
target_player: ""
artist_bio: ""
artist_name: ""
artist_title: ""
artist_url: ""
response: default
# ============================================================================
# Custom response definitions for THIS intent.
# Note - Shared responses for all intents are stored in the Common file.
# ============================================================================
responses:
intents:
SpotifyPlusGetInfoArtistBio:
default: "" # not used - see common `get_info_artist_bio` message.