Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions local-assist-blueprint/mass_assist_blueprint_en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ blueprint:

Shuffle the album Classical Nights on the Bedroom Sonos Speaker

Play the audiobook Roadside Picnic

```'
input:
default_player_entity_id_input:
Expand Down Expand Up @@ -140,6 +142,16 @@ blueprint:
default:
- (shuffle|play|listen to) [the ](artist|band|group) {media_name} [(in|on|using)
[the ]{area_or_player_name}][ (with|using) {radio_mode}]
audiobook_trigger:
name: Audiobook trigger
description: The trigger sentences to request an audiobook.
selector:
text:
multiline: false
multiple: true
default:
- (play|listen to) [the ](book|audio book|audiobook) {media_name} [(in|on|using)
[the ]{area_or_player_name}]
radio_trigger:
name: Radio trigger
description: The trigger sentences to request a specific radio station.
Expand Down Expand Up @@ -180,6 +192,9 @@ triggers:
- trigger: conversation
command: !input artist_trigger
id: artist
- trigger: conversation
command: !input audiobook_trigger
id: audiobook
- trigger: conversation
command: !input radio_trigger
id: radio
Expand Down