You will need the add-on in all cases.
The add-on is providing the Music Assistant Server.
The Music Assistant integration is something else. It provides the connection between MA and HA. Since a couple of months there is a core MA integration, where before there was only a custom MA integration. The blueprints on that repository can only be used with the core integration.
But this is really off topic here. Maybe you can create a separate topic in case you have further questions.
Today and tomorrow both work properly with Llama 3.2 Thanks! The only issue now is that the first time I prompt for the weather it tells me it canāt find weather data or some variation of that response.
This script can also be found there, but I changed the name. Somewhere in the near future I will remove the current version from my configuration repository, meaning you canāt re-import it anymore.
The link in the button above is already updated with the new location, but if you are already using the old version you will need to set up the script again.
Hi, I tried the new BP (3_voice_weather_forecast_full_llm.yaml) but it always stops with āUnable to determine the date for the weather forecast, or the date is in the pastā. The
Trace can be found here: dpaste/v0YxA (Python)
This is great, especially the local option. I have updated the LLM version and it works. I canāt get the Local version to work. I must be missing something but I canāt figure out what. Thanks! dpaste/Sp5XU (Python)
You need to say what's the weather forecast for tomorrow
I guess I could allow what's the forecast for tomorrow as well. You add or change the trigger sentences in the blueprint
Change weather [forecast] in the trigger sentences to (weather [forecast]|forecast)
Click on the three dot menu on the top-right and select āEdit in YAMLā
Replace description: "" with description: "Use the script llm_weather_forecast to access weather forecast information. It fetches the weather forecast for either a part of a day, or one or more full days. In case the weather for the weekend is requested, this means Saturday and Sunday"
Click on the three dot in the top-right and select āShow Settingsā
Click on āVoice assistantsā
Toggle the āExposeā switch so that itās āOnā
Done. You can test by asking something more complex, like āWhat is the weather like this weekend?ā