Skip to content

Expose the query slot in MassPlayMediaOnMediaPlayer only if the mass specific LLM agent is configured #2074

Expose the query slot in MassPlayMediaOnMediaPlayer only if the mass specific LLM agent is configured

Expose the query slot in MassPlayMediaOnMediaPlayer only if the mass specific LLM agent is configured #2074

Workflow file for this run

name: Validate with hassfest
on:
push:
paths:
- '**.py'
- 'requirements_dev.txt'
pull_request:
paths:
- '**.py'
- 'requirements_dev.txt'
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: home-assistant/actions/hassfest@master