From f9ff6c2852ef54c003dda21ad1bafd6118ca1983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:13:18 +0000 Subject: [PATCH] build(deps): bump home-assistant-intents from 2026.6.1 to 2026.7.30 Bumps [home-assistant-intents](https://github.com/OHF-Voice/intents) from 2026.6.1 to 2026.7.30. - [Release notes](https://github.com/OHF-Voice/intents/releases) - [Commits](https://github.com/OHF-Voice/intents/compare/2026.6.1...2026.7.30) --- updated-dependencies: - dependency-name: home-assistant-intents dependency-version: 2026.7.30 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..fe3bc3c 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.7.30", "homeassistant==2026.2.3", "mutagen", "numpy",