From ddead5a8660a7f0898f2c5c4a21b0813f7344bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:13:10 +0000 Subject: [PATCH] build(deps): bump home-assistant-intents from 2026.6.1 to 2026.8.24 Bumps [home-assistant-intents](https://github.com/OHF-Voice/intents) from 2026.6.1 to 2026.8.24. - [Release notes](https://github.com/OHF-Voice/intents/releases) - [Commits](https://github.com/OHF-Voice/intents/compare/2026.6.1...2026.8.24) --- updated-dependencies: - dependency-name: home-assistant-intents dependency-version: 2026.8.24 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d6df45..d95149f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "ffmpeg", "ha-ffmpeg", "hassil", - "home-assistant-intents==2026.6.1", + "home-assistant-intents==2026.8.24", "homeassistant==2026.2.3", "mutagen", "numpy",