Skip to content

Commit db266ba

Browse files
authored
Merge pull request #50 from joshuadavidson/fix-correct-assistant-typo-throughout
fix: correct assistant typo throughout
2 parents 41c012e + 0b3c00e commit db266ba

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ _Bedroom Sophia_ it does not work if you you say _Sophia's Bedroom_ or when the
128128
Speech to Text conversion uses _Sofia_ instead of _Sophia_. Unfortunately aliases
129129
can't be used in the automation, as there is no template to get the aliases of areas
130130
or entities. Capitalization of words does't matter, so _bedroom sophia_ will still
131-
match if the area name in Home Assitant is _Bedroom Sophia_
131+
match if the area name in Home Assistant is _Bedroom Sophia_
132132
* Change the prompt which is used to have the LLM provide the correct data.
133133
You don't need to translate this if you use a different language.
134134

@@ -187,7 +187,7 @@ The language of the voice command is not relevant, the script has all descriptio
187187
2. Allow the LLM integration to access your house, otherwise it won't be able to use the script as a tool
188188
3. Import the Blueprint using the button above
189189
4. Create a script using the blueprint, optionally you can adjust the prompt settings which are the basis on how the script will be used by the LLM
190-
5. Optionally add additional actions to be performed after the Music Assitant play media step while setting up the script
190+
5. Optionally add additional actions to be performed after the Music Assistant play media step while setting up the script
191191
5. Save the script, make sure to give it a clear description, as that is what will be used by the LLM to determine when to use it (see example below).
192192
6. Expose the script to Assist
193193

llm-enhanced-local-assist-blueprint/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# Changelog: Option 2 - LLM Enhanced automation
44

5+
## 20250129
6+
7+
* fix: correct assistant typo throughout
8+
59
## 20250128
610

7-
* Initial version when the changelog was created
11+
* Initial version when the changelog was created

llm-enhanced-local-assist-blueprint/mass_llm_enchanced_assis_bluerpint_nl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Elke zin moet:
4747

4848
### Hoe het doel voor de media bepaald wordt
4949

50-
1. Indien er één of meerdere areas en/of één of meerdere mediaspelers vermeld wordenin het commando, en deze aan een area en/of speler voor Music Assitant gekoppeld kunenn worden, worden deze gebruikt. Als je de namen niet naar de LLM stuurt, en een area of speler vermeld die niet exact overeen komt, wordt de `No target response` reactie gegeven.
50+
1. Indien er één of meerdere areas en/of één of meerdere mediaspelers vermeld wordenin het commando, en deze aan een area en/of speler voor Music Assistant gekoppeld kunenn worden, worden deze gebruikt. Als je de namen niet naar de LLM stuurt, en een area of speler vermeld die niet exact overeen komt, wordt de `No target response` reactie gegeven.
5151
2. Als er geen area of speler in het commando vermeld wordt, maar er wel een area bepaald kan worden op basis van het apparaat waarvan het commando gestuurd wordt, wordt deze area gebruikt indien er ook een Musuc Assistant mediaspeler in die area is.
5252
3. Indien er geen area of mediaspeler vernoemd wordt, en deze ook niet bepaald kan worden op basis van het apparaat waarvan het commando komt, wordt de media gespeeld op de `Default Player`. Indien die niet ingesteld is, wordt de `No target response` reactie gegeven.
5353

@@ -67,4 +67,4 @@ Speel liedjes van U2
6767
Speel muziek van de componist van Oppenheimer
6868
Speel dat album met op de voorkant de naakte baby die naar een bankbiljet zwemt
6969
```
70-
'
70+
'

llm-enhanced-local-assist-blueprint/mass_llm_enhanced_assist_blueprint_en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ blueprint:
3636
the Speech to Text conversion uses _Sofia_ instead of _Sophia_. Unfortunately
3737
aliases can't be used in the automation, as there is no template to get the aliases
3838
of areas or entities. Capitalization of words does't matter, so _bedroom sophia_
39-
will still match if the area name in Home Assitant is _Bedroom Sophia_
39+
will still match if the area name in Home Assistant is _Bedroom Sophia_
4040
4141
* Change the prompt which is used to have the LLM provide the correct data. You
4242
don't need to translate this if you use a different language.

llm-script-blueprint/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# Changelog: Option 3 - Full LLM Script
44

5+
## 20250129
6+
7+
* fix: correct assistant typo throughout
8+
59
## 20250128
610

7-
* Initial version when the changelog was created
11+
* Initial version when the changelog was created

llm-script-blueprint/llm_voice_script.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blueprint:
2-
name: LLM Script for Music Assitant voice requests
2+
name: LLM Script for Music Assistant voice requests
33
source_url: https://github.com/music-assistant/voice-support/blob/main/llm-script-blueprint/llm_voice_script.yaml
44
description:
55
'![Image](https://github.com/music-assistant/voice-support/blob/main/assets/music-assistant.png?raw=true)
@@ -55,7 +55,7 @@ blueprint:
5555
The variable will undefined in case there was no area information, in case it
5656
is defined it will be a list of area_ids|
5757
58-
|`media_player`|The Music Assitant media player(s) determined by the LLM on which
58+
|`media_player`|The Music Assistant media player(s) determined by the LLM on which
5959
the request will be played. The variable will be undefined in case there was no
6060
media player provided in the request, in case it it defined it should be a list
6161
entity_ids, but it could be the LLM provided names instead.

0 commit comments

Comments
 (0)